Skip to content

Commit e743af5

Browse files
committed
fix tool_wallet.py
1 parent 0bbd8bf commit e743af5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

test/functional/tool_wallet.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ def test_tool_wallet_info(self):
9999
HD (hd seed available): no
100100
Keypool Size: 1
101101
Transactions: 0
102-
Address Book: 0
102+
Address Book: 1
103103
''')
104104
self.assert_tool_output(out, '-wallet=wallet.dat', 'info')
105105

@@ -114,7 +114,7 @@ def test_tool_wallet_info(self):
114114
HD (hd seed available): yes
115115
Keypool Size: 2
116116
Transactions: 0
117-
Address Book: 0
117+
Address Book: 1
118118
''')
119119
self.assert_tool_output(out, '-wallet=wallet.dat', 'info')
120120
timestamp_after = self.wallet_timestamp()
@@ -151,9 +151,9 @@ def test_tool_wallet_info_after_transaction(self):
151151
===========
152152
Encrypted: no
153153
HD (hd seed available): yes
154-
Keypool Size: 1
154+
Keypool Size: 2
155155
Transactions: 1
156-
Address Book: 0
156+
Address Book: 1
157157
''')
158158
self.assert_tool_output(out, '-wallet=wallet.dat', 'info')
159159
shasum_after = self.wallet_shasum()

0 commit comments

Comments
 (0)