aboutsummaryrefslogtreecommitdiff
path: root/test/functional/wallet_taproot.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_taproot.py
parent23a7d56df2dd42b16e5d9748aad5630e448becd7 (diff)
downloadbitcoin-7b3c9e4ee8feb552dc0fc4347db2d06e60894a9f.tar.xz
Make explicit the node param in init_wallet()
Diffstat (limited to 'test/functional/wallet_taproot.py')
-rwxr-xr-xtest/functional/wallet_taproot.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/wallet_taproot.py b/test/functional/wallet_taproot.py
index 4f84dbd125..80c125df97 100755
--- a/test/functional/wallet_taproot.py
+++ b/test/functional/wallet_taproot.py
@@ -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