Remove unused imports from remove_sprout_shielding RPC test.

This commit is contained in:
Sean Bowe 2020-07-02 11:09:22 -06:00
parent 7dd1889944
commit 14a09a5fd6
No known key found for this signature in database
GPG Key ID: 95684257D8F8B031
1 changed files with 1 additions and 6 deletions

View File

@ -8,18 +8,13 @@ from test_framework.authproxy import JSONRPCException
from test_framework.test_framework import BitcoinTestFramework
from test_framework.util import (
assert_equal,
assert_raises,
bitcoind_processes,
connect_nodes_bi,
initialize_chain,
start_nodes, start_node, get_coinbase_address,
start_nodes, get_coinbase_address,
wait_and_assert_operationid_status,
check_node_log,
nuparams, BLOSSOM_BRANCH_ID, HEARTWOOD_BRANCH_ID, CANOPY_BRANCH_ID
)
import logging
import time
HAS_CANOPY = ['-nurejectoldversions=false',
nuparams(BLOSSOM_BRANCH_ID, 205),