From c01ab69cb3e670d55bc34b5de15ccd258d9fba3f Mon Sep 17 00:00:00 2001 From: Ross Nicoll Date: Sun, 14 Nov 2021 20:13:20 +0000 Subject: [PATCH] Fixup min height test --- test/functional/auxpow_mining.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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