mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-02-03 09:56:38 -05:00
fix Typo: "merkelRoot" -> "merkleRoot"
This commit is contained in:
parent
a6f6333ba2
commit
eb880f092b
1 changed files with 2 additions and 2 deletions
|
@ -345,8 +345,8 @@ BOOST_AUTO_TEST_CASE(merkle_test_BlockWitness)
|
|||
hashes[0].SetNull();
|
||||
hashes[1] = block.vtx[1]->GetHash();
|
||||
|
||||
uint256 merkelRootofHashes = ComputeMerkleRoot(hashes);
|
||||
uint256 merkleRootofHashes = ComputeMerkleRoot(hashes);
|
||||
|
||||
BOOST_CHECK_EQUAL(merkelRootofHashes, blockWitness);
|
||||
BOOST_CHECK_EQUAL(merkleRootofHashes, blockWitness);
|
||||
}
|
||||
BOOST_AUTO_TEST_SUITE_END()
|
||||
|
|
Loading…
Add table
Reference in a new issue