diff --git a/test/functional/auxpow_mining.py b/test/functional/auxpow_mining.py index 8b0ba3bcb16..b1a9a79e722 100755 --- a/test/functional/auxpow_mining.py +++ b/test/functional/auxpow_mining.py @@ -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