Skip to content

Commit

Permalink
Fixup min height test
Browse files Browse the repository at this point in the history
  • Loading branch information
Ross Nicoll committed Nov 14, 2021
1 parent f9d8d47 commit c01ab69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/functional/auxpow_mining.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def skip_test_if_missing_module(self):
def run_test(self):
# 1. mine an auxpow block before auxpow is allowed, expect: fail
try:
create()
self.nodes[0].getauxblock()
except JSONRPCException as ex:
if ex.error['message'] == "getauxblock method is not yet available":
pass
Expand Down

0 comments on commit c01ab69

Please sign in to comment.