chore: add TODO to implement mnemonic for descriptor wallets

This commit is contained in:
Konstantin Akimov 2024-04-02 01:20:58 +07:00
parent 5016294307
commit 0daf360edf
No known key found for this signature in database
GPG Key ID: 2176C4A5D01EA524

View File

@ -257,7 +257,7 @@ BASE_SCRIPTS = [
'wallet_upgradewallet.py --legacy-wallet',
'wallet_importdescriptors.py --descriptors',
'wallet_mnemonicbits.py --legacy-wallet',
'wallet_mnemonicbits.py --descriptors',
# 'wallet_mnemonicbits.py --descriptors', # TODO : implement mnemonics for descriptor wallets
'rpc_bind.py --ipv4',
'rpc_bind.py --ipv6',
'rpc_bind.py --nonloopback',