aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/functional/test_framework/blocktools.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/test/functional/test_framework/blocktools.py b/test/functional/test_framework/blocktools.py
index 3b4f17bc35..55f398719a 100644
--- a/test/functional/test_framework/blocktools.py
+++ b/test/functional/test_framework/blocktools.py
@@ -6,7 +6,6 @@
from .address import (
key_to_p2sh_p2wpkh,
- key_to_p2sh_p2wpkh,
key_to_p2wpkh,
script_to_p2sh_p2wsh,
script_to_p2wsh,
@@ -18,8 +17,6 @@ from .script import (
OP_1,
OP_CHECKMULTISIG,
OP_CHECKSIG,
- OP_EQUAL,
- OP_HASH160,
OP_RETURN,
OP_TRUE,
hash160,