aboutsummaryrefslogtreecommitdiff
path: root/qa/rpc-tests/rpcnamedargs.py
diff options
context:
space:
mode:
Diffstat (limited to 'qa/rpc-tests/rpcnamedargs.py')
-rwxr-xr-xqa/rpc-tests/rpcnamedargs.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/qa/rpc-tests/rpcnamedargs.py b/qa/rpc-tests/rpcnamedargs.py
index da2d8f040f..f9a40955c0 100755
--- a/qa/rpc-tests/rpcnamedargs.py
+++ b/qa/rpc-tests/rpcnamedargs.py
@@ -3,17 +3,11 @@
# Distributed under the MIT software license, see the accompanying
# file COPYING or http://www.opensource.org/licenses/mit-license.php.
-from decimal import Decimal
-
from test_framework.test_framework import BitcoinTestFramework
-from test_framework.authproxy import JSONRPCException
from test_framework.util import (
assert_equal,
assert_raises_jsonrpc,
- assert_is_hex_string,
- assert_is_hash_string,
start_nodes,
- connect_nodes_bi,
)