forked from lthn/blockchain
coretests: asset_operation_and_hardfork_checks test fixed
This commit is contained in:
parent
8904cc20c4
commit
ab73f0d19f
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue