From e15a7f804e0830cf9f98e1eb1e8bf41dbcd4a1be Mon Sep 17 00:00:00 2001 From: sowle Date: Fri, 7 Mar 2025 22:26:34 +0100 Subject: [PATCH] coretests: asset_operation_and_hardfork_checks fixed to reflect recent changes in balance calculation --- tests/core_tests/multiassets_test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/core_tests/multiassets_test.cpp b/tests/core_tests/multiassets_test.cpp index 755e499f..3fb2d99d 100644 --- a/tests/core_tests/multiassets_test.cpp +++ b/tests/core_tests/multiassets_test.cpp @@ -1233,7 +1233,7 @@ bool asset_operation_and_hardfork_checks::c1( check_balance_via_wallet(*wallet, /* name = */ "Alice", /* expected_total = */ 1'000'000'000'000'000'000, - /* expected_mined = */ 2 * COIN, + /* expected_mined = */ INVALID_BALANCE_VAL, /* expected_unlocked = */ 1'000'000'000'000'000'000, /* expected_awaiting_in = */ INVALID_BALANCE_VAL, /* expected_awaiting_out = */ INVALID_BALANCE_VAL,