diff --git a/test/functional/multiwallet.py b/test/functional/multiwallet.py index ec32b2f971628a..c55929ff4ee015 100755 --- a/test/functional/multiwallet.py +++ b/test/functional/multiwallet.py @@ -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