Make explicit the node param in init_wallet()

This commit is contained in:
lsilva01
2021-10-20 00:30:28 -03:00
parent 23a7d56df2
commit 7b3c9e4ee8
6 changed files with 11 additions and 11 deletions

View File

@@ -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