diff options
author | lsilva01 <lsilva01@protonmail.com> | 2021-10-20 00:30:28 -0300 |
---|---|---|
committer | lsilva01 <lsilva01@protonmail.com> | 2021-10-20 00:30:28 -0300 |
commit | 7b3c9e4ee8feb552dc0fc4347db2d06e60894a9f (patch) | |
tree | 8d2b9169ba14c31e38df4822eadc6edc7d0b45c6 /test/functional/wallet_listdescriptors.py | |
parent | 23a7d56df2dd42b16e5d9748aad5630e448becd7 (diff) |
Make explicit the node param in init_wallet()
Diffstat (limited to 'test/functional/wallet_listdescriptors.py')
-rwxr-xr-x | test/functional/wallet_listdescriptors.py | 2 |
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): |