mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-26 22:08:58 +01:00
Make explicit the node param in init_wallet()
This commit is contained in:
@@ -90,7 +90,7 @@ class InvalidAddressErrorMessageTest(BitcoinTestFramework):
|
||||
self.test_validateaddress()
|
||||
|
||||
if self.is_wallet_compiled():
|
||||
self.init_wallet(0)
|
||||
self.init_wallet(node=0)
|
||||
self.test_getaddressinfo()
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user