mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-07-01 11:11:15 +02: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