We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ad12d31 + ccffeba commit de94251Copy full SHA for de94251
src/validation.cpp
@@ -1172,7 +1172,7 @@ PackageMempoolAcceptResult MemPoolAccept::AcceptMultipleTransactions(const std::
1172
}
1173
1174
for (Workspace& ws : workspaces) {
1175
- PrecomputedTransactionData txdata;
+ PrecomputedTransactionData txdata(args.m_chainparams.HashGenesisBlock());
1176
if (!PolicyScriptChecks(args, ws, txdata)) {
1177
// Exit early to avoid doing pointless work. Update the failed tx result; the rest are unfinished.
1178
package_state.Invalid(PackageValidationResult::PCKG_TX, "transaction failed");
0 commit comments