wallet, rpc: add listdescriptors command

This commit is contained in:
Ivan Metlushko
2020-10-09 14:24:20 +07:00
parent f1f26b8d5b
commit 647b81b709
4 changed files with 139 additions and 0 deletions

View File

@@ -237,6 +237,7 @@ BASE_SCRIPTS = [
'rpc_named_arguments.py',
'wallet_listsinceblock.py',
'wallet_listsinceblock.py --descriptors',
'wallet_listdescriptors.py --descriptors',
'p2p_leak.py',
'wallet_encryption.py',
'wallet_encryption.py --descriptors',