test: Remove unused createwallet_passthrough

This commit is contained in:
MarcoFalke 2025-04-28 10:26:04 +02:00
parent cccc1f4e91
commit aaaa45399c
No known key found for this signature in database

View file

@ -931,9 +931,6 @@ class RPCOverloadWrapper():
def __getattr__(self, name):
return getattr(self.rpc, name)
def createwallet_passthrough(self, *args, **kwargs):
return self.__getattr__("createwallet")(*args, **kwargs)
def importprivkey(self, privkey, label=None, rescan=None):
wallet_info = self.getwalletinfo()
if 'descriptors' not in wallet_info or ('descriptors' in wallet_info and not wallet_info['descriptors']):