1
0
Fork 0
forked from lthn/blockchain

fix related to multiassets_basic_test and burning fees

This commit is contained in:
cryptozoidberg 2024-02-07 20:31:58 +04:00
parent a45d63bdf8
commit 75f1c5461f
No known key found for this signature in database
GPG key ID: 22DEB97A54C6FDEC

View file

@ -154,7 +154,7 @@ bool multiassets_basic_test::c1(currency::core& c, size_t ev_index, const std::v
CHECK_AND_ASSERT_MES(it_asset != balances.end() && it_native != balances.end(), false, "Failed to find needed asset in result balances");
CHECK_AND_ASSERT_MES(it_asset->second.total == AMOUNT_ASSETS_TO_TRANSFER_MULTIASSETS_BASIC, false, "Failed to find needed asset in result balances");
CHECK_AND_ASSERT_MES(it_native->second.total == uint64_t(17517226)*COIN, false, "Failed to find needed asset in result balances");
CHECK_AND_ASSERT_MES(it_native->second.total == uint64_t(17517225990000000000), false, "Failed to find needed asset in result balances");
balances.clear();