Skip to content

Commit aaaa453

Browse files
author
MarcoFalke
committed
test: Remove unused createwallet_passthrough
1 parent cccc1f4 commit aaaa453

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

test/functional/test_framework/test_node.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -931,9 +931,6 @@ def __init__(self, rpc):
931931
def __getattr__(self, name):
932932
return getattr(self.rpc, name)
933933

934-
def createwallet_passthrough(self, *args, **kwargs):
935-
return self.__getattr__("createwallet")(*args, **kwargs)
936-
937934
def importprivkey(self, privkey, label=None, rescan=None):
938935
wallet_info = self.getwalletinfo()
939936
if 'descriptors' not in wallet_info or ('descriptors' in wallet_info and not wallet_info['descriptors']):

0 commit comments

Comments
 (0)