fix tool_wallet.py

This commit is contained in:
UdjinM6 2022-05-01 22:42:51 +03:00
parent 0bbd8bfab6
commit e743af559f
No known key found for this signature in database
GPG Key ID: 83592BD1400D58D9

View File

@ -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()