1
0
Fork 0
forked from lthn/blockchain

coretests: asset_operation_and_hardfork_checks test fixed

This commit is contained in:
sowle 2024-09-11 22:36:54 +02:00
parent 8904cc20c4
commit ab73f0d19f
No known key found for this signature in database
GPG key ID: C07A24B2D89D49FC

View file

@ -1172,7 +1172,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 = */ 0,
/* expected_mined = */ 2 * COIN,
/* expected_unlocked = */ 1'000'000'000'000'000'000,
/* expected_awaiting_in = */ INVALID_BALANCE_VAL,
/* expected_awaiting_out = */ INVALID_BALANCE_VAL,