Skip to content

Commit

Permalink
Merge pull request #95 from BlockMechanic/segwit
Browse files Browse the repository at this point in the history
Update miner.cpp
  • Loading branch information
BlockMechanic authored Aug 11, 2022
2 parents 3421fb7 + 566b220 commit 2a53153
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/miner.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ std::unique_ptr<CBlockTemplate> BlockAssembler::CreateNewBlock(const CScript& sc
LogPrintf("%s\n", a->ToString());
}
catch (const std::exception& e) {
return error("%s: %s", __func__, e.what());
LogPrintf("%s: %s", __func__, e.what());
}

pblocktemplate->vchCoinbaseCommitment = GenerateCoinbaseCommitment(*pblock, pindexPrev, chainparams.GetConsensus());
Expand Down

0 comments on commit 2a53153

Please sign in to comment.