aboutsummaryrefslogtreecommitdiff
path: root/test/functional/smartfees.py
diff options
context:
space:
mode:
authorpracticalswift <practicalswift@users.noreply.github.com>2017-03-22 01:35:57 +0100
committerpracticalswift <practicalswift@users.noreply.github.com>2017-03-22 17:49:23 +0100
commit72163d45857d891d7eac71d664dbc255275c6f00 (patch)
tree33b66ec076bbc8fcf405a37b9f6886c079b2183a /test/functional/smartfees.py
parent02d64bd929c9663ba38e96721c6dbd89972d043d (diff)
downloadbitcoin-72163d45857d891d7eac71d664dbc255275c6f00.tar.xz
[tests] Remove unused and duplicate imports
Diffstat (limited to 'test/functional/smartfees.py')
-rwxr-xr-xtest/functional/smartfees.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/functional/smartfees.py b/test/functional/smartfees.py
index 49f2df5c37..b7f4b86e7b 100755
--- a/test/functional/smartfees.py
+++ b/test/functional/smartfees.py
@@ -4,11 +4,10 @@
# file COPYING or http://www.opensource.org/licenses/mit-license.php.
"""Test fee estimation code."""
-from collections import OrderedDict
from test_framework.test_framework import BitcoinTestFramework
from test_framework.util import *
from test_framework.script import CScript, OP_1, OP_DROP, OP_2, OP_HASH160, OP_EQUAL, hash160, OP_TRUE
-from test_framework.mininode import CTransaction, CTxIn, CTxOut, COutPoint, ToHex, FromHex, COIN
+from test_framework.mininode import CTransaction, CTxIn, CTxOut, COutPoint, ToHex, COIN
# Construct 2 trivial P2SH's and the ScriptSigs that spend them
# So we can create many many transactions without needing to spend