doc: fix various typos

Co-authored-by: Peter Yordanov <ppyordanov@yahoo.com>
This commit is contained in:
Ikko Ashimine 2020-12-24 22:37:17 +09:00 committed by fanquake
parent e8640849c7
commit 1112035d32
No known key found for this signature in database
GPG key ID: 2EEB9F5CC09526C1
18 changed files with 21 additions and 21 deletions

View file

@ -75,7 +75,7 @@ BOOST_AUTO_TEST_CASE(signet_parse_tests)
CMutableTransaction cb;
cb.vout.emplace_back(0, CScript{});
block.vtx.push_back(MakeTransactionRef(cb));
block.vtx.push_back(MakeTransactionRef(cb)); // Add dummy tx to excercise merkle root code
block.vtx.push_back(MakeTransactionRef(cb)); // Add dummy tx to exercise merkle root code
BOOST_CHECK(!SignetTxs::Create(block, challenge));
BOOST_CHECK(!CheckSignetBlockSolution(block, signet_params->GetConsensus()));