Skip to content

Commit c780a51

Browse files
committed
nit: Comment in blind_tests.cpp was wrong
1 parent e87b390 commit c780a51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/blind_tests.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ BOOST_AUTO_TEST_CASE(naive_blinding_test)
273273
uint64_t max_value = 0;
274274
BOOST_CHECK(secp256k1_rangeproof_info(ctx, &exp, &mantissa, &min_value, &max_value, tx4.witness.vtxoutwit[2].vchRangeproof.data(), proof_size) == 1);
275275
BOOST_CHECK_EQUAL(exp, 0);
276-
BOOST_CHECK_EQUAL(mantissa, 52); // 36 bit default
276+
BOOST_CHECK_EQUAL(mantissa, 52); // 52 bit default
277277
BOOST_CHECK_EQUAL(min_value, 1);
278278
BOOST_CHECK_EQUAL(max_value, 4503599627370496);
279279
}

0 commit comments

Comments
 (0)