Update variable.

This commit is contained in:
Simon 2016-08-08 00:51:27 -07:00
parent 822b84b616
commit 75c2f26887
1 changed files with 1 additions and 1 deletions

View File

@ -200,7 +200,7 @@ double benchmark_large_tx()
timer_start();
for (size_t i = 0; i < NUM_INPUTS; i++) {
ScriptError serror = SCRIPT_ERR_OK;
assert(VerifyScript(spending_tx.vin[i].scriptSig,
assert(VerifyScript(final_spending_tx.vin[i].scriptSig,
prevPubKey,
STANDARD_SCRIPT_VERIFY_FLAGS,
TransactionSignatureChecker(&final_spending_tx, i),