diff --git a/qa/rpc-tests/wallet_broadcast.py b/qa/rpc-tests/wallet_broadcast.py index e0d2fe243..f0cebe355 100755 --- a/qa/rpc-tests/wallet_broadcast.py +++ b/qa/rpc-tests/wallet_broadcast.py @@ -5,7 +5,6 @@ from test_framework.test_framework import BitcoinTestFramework from test_framework.util import assert_equal, connect_nodes_bi, start_nodes, stop_nodes, sync_blocks, wait_bitcoinds -from test_framework.authproxy import JSONRPCException from decimal import Decimal # Test wallet address behaviour across network upgrades diff --git a/qa/rpc-tests/wallet_zero_value.py b/qa/rpc-tests/wallet_zero_value.py index 10cfd756f..00b1d76c2 100755 --- a/qa/rpc-tests/wallet_zero_value.py +++ b/qa/rpc-tests/wallet_zero_value.py @@ -5,7 +5,6 @@ from test_framework.test_framework import BitcoinTestFramework from test_framework.util import assert_equal, connect_nodes_bi, start_nodes -from test_framework.authproxy import JSONRPCException from decimal import Decimal # Test wallet address behaviour across network upgrades