diff options
| author | Jonas Schnelli <[email protected]> | 2020-10-20 17:26:03 +0200 |
|---|---|---|
| committer | Jonas Schnelli <[email protected]> | 2020-10-21 13:28:15 +0200 |
| commit | fa4074b395a47c54069bd9f598244701505ff11d (patch) | |
| tree | 26df3ae0570ddfb226bf36b14d4168ee95a5ef39 /test/functional/tool_wallet.py | |
| parent | Merge #20125: rpc, wallet: Expose database format in getwalletinfo (diff) | |
| download | discoin-fa4074b395a47c54069bd9f598244701505ff11d.tar.xz discoin-fa4074b395a47c54069bd9f598244701505ff11d.zip | |
Show name, format and if uses descriptors in bitcoin-wallet tool
Diffstat (limited to 'test/functional/tool_wallet.py')
| -rwxr-xr-x | test/functional/tool_wallet.py | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/test/functional/tool_wallet.py b/test/functional/tool_wallet.py index 3f25c5885..958341c69 100755 --- a/test/functional/tool_wallet.py +++ b/test/functional/tool_wallet.py @@ -98,6 +98,10 @@ class ToolWalletTest(BitcoinTestFramework): out = textwrap.dedent('''\ Wallet info =========== + Name: \ + + Format: bdb + Descriptors: no Encrypted: no HD (hd seed available): yes Keypool Size: 2 @@ -137,6 +141,10 @@ class ToolWalletTest(BitcoinTestFramework): out = textwrap.dedent('''\ Wallet info =========== + Name: \ + + Format: bdb + Descriptors: no Encrypted: no HD (hd seed available): yes Keypool Size: 2 @@ -164,6 +172,9 @@ class ToolWalletTest(BitcoinTestFramework): Topping up keypool... Wallet info =========== + Name: foo + Format: bdb + Descriptors: no Encrypted: no HD (hd seed available): yes Keypool Size: 2000 |