Skip to content

Commit 6144c75

Browse files
committed
fix: typo in qa/rpc-tests/keypool.py
1 parent b8e2670 commit 6144c75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

qa/rpc-tests/keypool.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ def run_test(self):
6969
nodes[0].generate(1)
7070
try:
7171
nodes[0].generate(1)
72-
raise AssertionError('Keypool should be exhausted after three addesses')
72+
raise AssertionError('Keypool should be exhausted after three addresses')
7373
except JSONRPCException as e:
7474
assert(e.error['code']==-12)
7575

0 commit comments

Comments
 (0)