mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-06-29 18:20:58 +02:00
Show name, format and if uses descriptors in bitcoin-wallet tool
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user