aboutsummaryrefslogtreecommitdiff
path: root/test/functional/minchainwork.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/functional/minchainwork.py')
-rwxr-xr-xtest/functional/minchainwork.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/minchainwork.py b/test/functional/minchainwork.py
index 35cd7ad141..90a3de0e0d 100755
--- a/test/functional/minchainwork.py
+++ b/test/functional/minchainwork.py
@@ -18,7 +18,7 @@ only succeeds past a given node once its nMinimumChainWork has been exceeded.
import time
from test_framework.test_framework import BitcoinTestFramework
-from test_framework.util import sync_blocks, connect_nodes, assert_equal
+from test_framework.util import connect_nodes, assert_equal
# 2 hashes required per regtest block (with no difficulty adjustment)
REGTEST_WORK_PER_BLOCK = 2