aboutsummaryrefslogtreecommitdiff
path: root/test/functional/wallet_bumpfee.py
diff options
context:
space:
mode:
authorMarcoFalke <falke.marco@gmail.com>2019-04-06 18:38:51 -0400
committerMarcoFalke <falke.marco@gmail.com>2019-04-09 12:10:35 -0400
commitfafe5f0d09db6778173a1079d93c314e9317708c (patch)
tree8e8b53c4d5837943f4e4aedd76698b7133ac51e4 /test/functional/wallet_bumpfee.py
parentfa16a09215f6cce23de0f90d51b3c5df37c6b6a4 (diff)
downloadbitcoin-fafe5f0d09db6778173a1079d93c314e9317708c.tar.xz
test: Remove unused imports
Diffstat (limited to 'test/functional/wallet_bumpfee.py')
-rwxr-xr-xtest/functional/wallet_bumpfee.py8
1 files changed, 7 insertions, 1 deletions
diff --git a/test/functional/wallet_bumpfee.py b/test/functional/wallet_bumpfee.py
index 41a66642f6..0c6ccbef0f 100755
--- a/test/functional/wallet_bumpfee.py
+++ b/test/functional/wallet_bumpfee.py
@@ -19,7 +19,13 @@ import io
from test_framework.blocktools import add_witness_commitment, create_block, create_coinbase, send_to_witness
from test_framework.messages import BIP125_SEQUENCE_NUMBER, CTransaction
from test_framework.test_framework import BitcoinTestFramework
-from test_framework.util import assert_equal, assert_greater_than, assert_raises_rpc_error, connect_nodes_bi, hex_str_to_bytes, sync_mempools
+from test_framework.util import (
+ assert_equal,
+ assert_greater_than,
+ assert_raises_rpc_error,
+ connect_nodes_bi,
+ hex_str_to_bytes,
+)
WALLET_PASSPHRASE = "test"
WALLET_PASSPHRASE_TIMEOUT = 3600