mirror of
https://github.com/dashpay/dash.git
synced 2024-12-25 03:52:49 +01:00
fix tool_wallet.py
This commit is contained in:
parent
0bbd8bfab6
commit
e743af559f
@ -99,7 +99,7 @@ class ToolWalletTest(BitcoinTestFramework):
|
||||
HD (hd seed available): no
|
||||
Keypool Size: 1
|
||||
Transactions: 0
|
||||
Address Book: 0
|
||||
Address Book: 1
|
||||
''')
|
||||
self.assert_tool_output(out, '-wallet=wallet.dat', 'info')
|
||||
|
||||
@ -114,7 +114,7 @@ class ToolWalletTest(BitcoinTestFramework):
|
||||
HD (hd seed available): yes
|
||||
Keypool Size: 2
|
||||
Transactions: 0
|
||||
Address Book: 0
|
||||
Address Book: 1
|
||||
''')
|
||||
self.assert_tool_output(out, '-wallet=wallet.dat', 'info')
|
||||
timestamp_after = self.wallet_timestamp()
|
||||
@ -151,9 +151,9 @@ class ToolWalletTest(BitcoinTestFramework):
|
||||
===========
|
||||
Encrypted: no
|
||||
HD (hd seed available): yes
|
||||
Keypool Size: 1
|
||||
Keypool Size: 2
|
||||
Transactions: 1
|
||||
Address Book: 0
|
||||
Address Book: 1
|
||||
''')
|
||||
self.assert_tool_output(out, '-wallet=wallet.dat', 'info')
|
||||
shasum_after = self.wallet_shasum()
|
||||
|
Loading…
Reference in New Issue
Block a user