mirror of
https://github.com/dogecoin/dogecoin.git
synced 2026-01-31 18:40:58 +00:00
fix: typo in src/test/merkle_tests.cpp
This commit is contained in:
parent
6144c75abe
commit
e34cd76e1f
@ -117,7 +117,7 @@ BOOST_AUTO_TEST_CASE(merkle_test)
|
||||
// If no mutation was done (once for every ntx value), try up to 16 branches.
|
||||
if (mutate == 0) {
|
||||
for (int loop = 0; loop < std::min(ntx, 16); loop++) {
|
||||
// If ntx <= 16, try all branches. Otherise, try 16 random ones.
|
||||
// If ntx <= 16, try all branches. Otherwise, try 16 random ones.
|
||||
int mtx = loop;
|
||||
if (ntx > 16) {
|
||||
mtx = InsecureRandRange(ntx);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user