We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8e2670 commit 6144c75Copy full SHA for 6144c75
qa/rpc-tests/keypool.py
@@ -69,7 +69,7 @@ def run_test(self):
69
nodes[0].generate(1)
70
try:
71
72
- raise AssertionError('Keypool should be exhausted after three addesses')
+ raise AssertionError('Keypool should be exhausted after three addresses')
73
except JSONRPCException as e:
74
assert(e.error['code']==-12)
75
0 commit comments