1
0
Fork 0
forked from lthn/blockchain

coretests: asset_operation_and_hardfork_checks fixed to reflect recent changes in balance calculation

This commit is contained in:
sowle 2025-03-07 22:26:34 +01:00
parent dc81b4331f
commit e15a7f804e
No known key found for this signature in database
GPG key ID: C07A24B2D89D49FC

View file

@ -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,