mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-03-20 04:30:31 +01:00
Merge #20198: Show name, format and if uses descriptors in bitcoin-wallet tool
fa4074b395Show name, format and if uses descriptors in bitcoin-wallet tool (Jonas Schnelli) Pull request description: ACKs for top commit: MarcoFalke: ACKfa4074b395jonatack: re-ACKfa4074b395Tree-SHA512: cf6ee96ff21532fc4b0ba7a0fdfdc1fa485c9b1495447350fe65cd0bd919e0e0280613933265cdee069b8c29ccf015ac374535a70cac3d4fb89f4d08b3a03519
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