diff --git a/src/miner.cpp b/src/miner.cpp --- a/src/miner.cpp +++ b/src/miner.cpp @@ -67,8 +67,7 @@ 1000, std::min(options.nExcessiveBlockSize - 1000, options.nMaxGeneratedBlockSize)); // Calculate the max consensus sigchecks for this block. - auto nMaxBlockSigChecks = - GetMaxBlockSigChecksCount(options.nExcessiveBlockSize); + auto nMaxBlockSigChecks = GetMaxBlockSigChecksCount(nMaxGeneratedBlockSize); // Allow the full amount of signature check operations in lieu of a separate // config option. (We are mining relayed transactions with validity cached // by everyone else, and so the block will propagate quickly, regardless of