aboutsummaryrefslogtreecommitdiff
path: root/test/functional/test_framework/blocktools.py
diff options
context:
space:
mode:
authorAnthony Towns <aj@erisian.com.au>2018-01-03 16:16:56 +1000
committerAnthony Towns <aj@erisian.com.au>2018-01-03 16:16:56 +1000
commit5fecd842a6ff3d094c21f84b81b6cef09787c3b7 (patch)
treeaba5a1805e28e7757e6ba6c438148ff9e505a1e2 /test/functional/test_framework/blocktools.py
parent9b20bb40fbd59c8fd24a7c82e87600ea3c5c7039 (diff)
downloadbitcoin-5fecd842a6ff3d094c21f84b81b6cef09787c3b7.tar.xz
[tests] Remove redundant import in blocktools.py test
Diffstat (limited to 'test/functional/test_framework/blocktools.py')
-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,