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

@@ -23,7 +23,7 @@ class ListDescriptorsTest(BitcoinTestFramework):
self.skip_if_no_sqlite()
# do not create any wallet by default
def init_wallet(self, i):
def init_wallet(self, *, node):
return
def run_test(self):