mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-04-29 06:49:38 -04:00
test: Remove unused createwallet_passthrough
This commit is contained in:
parent
cccc1f4e91
commit
aaaa45399c
1 changed files with 0 additions and 3 deletions
|
@ -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']):
|
||||
|
|
Loading…
Add table
Reference in a new issue