Bugfix: Remove duplicate sigop tallying

This commit is contained in:
Luke Dashjr
2016-07-26 04:22:11 +00:00
parent 80c85d212a
commit 8f8110a7e4

View File

@@ -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))