diff --git a/test/functional/p2p_segwit.py b/test/functional/p2p_segwit.py index edb1e9aeb6..09dab57633 100755 --- a/test/functional/p2p_segwit.py +++ b/test/functional/p2p_segwit.py @@ -10,7 +10,7 @@ import struct import time from test_framework.blocktools import create_block, create_coinbase, add_witness_commitment, WITNESS_COMMITMENT_HEADER -from test_framework.key import ECKey, ECPubKey +from test_framework.key import ECKey from test_framework.messages import ( COIN, BIP125_SEQUENCE_NUMBER, diff --git a/test/functional/rpc_psbt.py b/test/functional/rpc_psbt.py index 545cab6ecf..e7531daf90 100755 --- a/test/functional/rpc_psbt.py +++ b/test/functional/rpc_psbt.py @@ -6,7 +6,7 @@ """ from test_framework.test_framework import BitcoinTestFramework -from test_framework.util import assert_equal, assert_greater_than, assert_raises_rpc_error, connect_nodes_bi, disconnect_nodes, find_output, sync_blocks +from test_framework.util import assert_equal, assert_greater_than, assert_raises_rpc_error, connect_nodes_bi, disconnect_nodes, sync_blocks # These imports are used by commented-out tests. """