Skip to content

Commit

Permalink
nit: Comment in blind_tests.cpp was wrong
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenroose committed Mar 17, 2020
1 parent e87b390 commit c780a51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/blind_tests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ BOOST_AUTO_TEST_CASE(naive_blinding_test)
uint64_t max_value = 0;
BOOST_CHECK(secp256k1_rangeproof_info(ctx, &exp, &mantissa, &min_value, &max_value, tx4.witness.vtxoutwit[2].vchRangeproof.data(), proof_size) == 1);
BOOST_CHECK_EQUAL(exp, 0);
BOOST_CHECK_EQUAL(mantissa, 52); // 36 bit default
BOOST_CHECK_EQUAL(mantissa, 52); // 52 bit default
BOOST_CHECK_EQUAL(min_value, 1);
BOOST_CHECK_EQUAL(max_value, 4503599627370496);
}
Expand Down

0 comments on commit c780a51

Please sign in to comment.