aboutsummaryrefslogtreecommitdiff
path: root/test/functional/wallet_listdescriptors.py
diff options
context:
space:
mode:
authorlsilva01 <lsilva01@protonmail.com>2021-10-20 00:30:28 -0300
committerlsilva01 <lsilva01@protonmail.com>2021-10-20 00:30:28 -0300
commit7b3c9e4ee8feb552dc0fc4347db2d06e60894a9f (patch)
tree8d2b9169ba14c31e38df4822eadc6edc7d0b45c6 /test/functional/wallet_listdescriptors.py
parent23a7d56df2dd42b16e5d9748aad5630e448becd7 (diff)
downloadbitcoin-7b3c9e4ee8feb552dc0fc4347db2d06e60894a9f.tar.xz
Make explicit the node param in init_wallet()
Diffstat (limited to 'test/functional/wallet_listdescriptors.py')
-rwxr-xr-xtest/functional/wallet_listdescriptors.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/wallet_listdescriptors.py b/test/functional/wallet_listdescriptors.py
index 221f5262d9..436bbdcfcc 100755
--- a/test/functional/wallet_listdescriptors.py
+++ b/test/functional/wallet_listdescriptors.py
@@ -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):