Skip to content

Commit

Permalink
fix test 50 -> 500
Browse files Browse the repository at this point in the history
Signed-off-by: Pasta <pasta@dashboost.org>
  • Loading branch information
PastaPastaPasta committed Apr 17, 2020
1 parent 3d3b045 commit efd0185
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/functional/multiwallet.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ def run_test(self):
wallets[0].generate(1)
for wallet_name, wallet in zip(wallet_names, wallets):
info = wallet.getwalletinfo()
assert_equal(info['immature_balance'], 50 if wallet is wallets[0] else 0)
assert_equal(info['immature_balance'], 500 if wallet is wallets[0] else 0)
assert_equal(info['walletname'], wallet_name)

# accessing invalid wallet fails
Expand Down

0 comments on commit efd0185

Please sign in to comment.