Bugfix: Remove duplicate sigop tallying
This commit is contained in:
@@ -298,7 +298,6 @@ const char *blktmpl_add_jansson(blktemplate_t *tmpl, const json_t *json, time_t
|
||||
} else {
|
||||
tmpl->txns_sigops += txn->sigops_;
|
||||
}
|
||||
tmpl->txns_sigops += txn->sigops_;
|
||||
}
|
||||
|
||||
if ((v = json_object_get(json, "coinbasetxn")) && json_is_object(v))
|
||||
|
||||
Reference in New Issue
Block a user