mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-12-04 17:52:25 +01:00
Make explicit the node param in init_wallet()
This commit is contained in:
@@ -185,7 +185,7 @@ class WalletTaprootTest(BitcoinTestFramework):
|
||||
def setup_network(self):
|
||||
self.setup_nodes()
|
||||
|
||||
def init_wallet(self, i):
|
||||
def init_wallet(self, *, node):
|
||||
pass
|
||||
|
||||
@staticmethod
|
||||
|
||||
Reference in New Issue
Block a user