We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11b2a81 commit c294c49Copy full SHA for c294c49
tests/cli/main.cpp
@@ -1246,8 +1246,8 @@ BOOST_FIXTURE_TEST_CASE( cli_confidential_tx_test, cli_fixture )
1246
// then confirm that balances are received, and then analyze the range
1247
// prooofs to make sure the mantissa length does not reveal approximate
1248
// balance (issue #480).
1249
- std::map<std::string, share_type> to_list = {{"alice",100000000000},
1250
- {"bob", 1000000000}};
+ std::map<std::string, share_type> to_list = {{"alice",100000000000LL},
+ {"bob", 1000000000LL}};
1251
vector<blind_confirmation> bconfs;
1252
auto core_asset = W.get_asset("1.3.0");
1253
BOOST_TEST_MESSAGE("Sending blind transactions to alice and bob");
0 commit comments