Browse Source

[tests] Remove redundant import in blocktools.py test

0.16
Anthony Towns 7 years ago
parent
commit
5fecd842a6
  1. 3
      test/functional/test_framework/blocktools.py

3
test/functional/test_framework/blocktools.py

@ -5,7 +5,6 @@ @@ -5,7 +5,6 @@
"""Utilities for manipulating blocks and transactions."""
from .address import (
key_to_p2sh_p2wpkh,
key_to_p2sh_p2wpkh,
key_to_p2wpkh,
script_to_p2sh_p2wsh,
@ -18,8 +17,6 @@ from .script import ( @@ -18,8 +17,6 @@ from .script import (
OP_1,
OP_CHECKMULTISIG,
OP_CHECKSIG,
OP_EQUAL,
OP_HASH160,
OP_RETURN,
OP_TRUE,
hash160,

Loading…
Cancel
Save