Skip to content

Commit 8efd1c8

Browse files
author
MarcoFalke
committed
Merge #9744: Remove unused module from rpc-tests
a432aa0 Remove unused module from rpc-tests (Takashi Mitsuta)
2 parents 50a2265 + a432aa0 commit 8efd1c8

File tree

6 files changed

+1
-14
lines changed

6 files changed

+1
-14
lines changed

qa/rpc-tests/bip68-112-113-p2p.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
from test_framework.test_framework import ComparisonTestFramework
77
from test_framework.util import *
8-
from test_framework.mininode import ToHex, CTransaction, NetworkThread
8+
from test_framework.mininode import ToHex, NetworkThread
99
from test_framework.blocktools import create_coinbase, create_block
1010
from test_framework.comptool import TestInstance, TestManager
1111
from test_framework.script import *

qa/rpc-tests/bip68-sequence.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@
99

1010
from test_framework.test_framework import BitcoinTestFramework
1111
from test_framework.util import *
12-
from test_framework.script import *
13-
from test_framework.mininode import *
1412
from test_framework.blocktools import *
1513

1614
SEQUENCE_LOCKTIME_DISABLE_FLAG = (1<<31)

qa/rpc-tests/bumpfee.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,8 @@
88
from test_framework import blocktools
99
from test_framework.mininode import CTransaction
1010
from test_framework.util import *
11-
from test_framework.util import *
1211

1312
import io
14-
import time
1513

1614
# Sequence number that is BIP 125 opt-in and BIP 68-compliant
1715
BIP125_SEQUENCE_NUMBER = 0xfffffffd

qa/rpc-tests/p2p-compactblocks.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
from test_framework.test_framework import BitcoinTestFramework
88
from test_framework.util import *
99
from test_framework.blocktools import create_block, create_coinbase, add_witness_commitment
10-
from test_framework.siphash import siphash256
1110
from test_framework.script import CScript, OP_TRUE
1211

1312
'''

qa/rpc-tests/rpcnamedargs.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,11 @@
33
# Distributed under the MIT software license, see the accompanying
44
# file COPYING or http://www.opensource.org/licenses/mit-license.php.
55

6-
from decimal import Decimal
7-
86
from test_framework.test_framework import BitcoinTestFramework
9-
from test_framework.authproxy import JSONRPCException
107
from test_framework.util import (
118
assert_equal,
129
assert_raises_jsonrpc,
13-
assert_is_hex_string,
14-
assert_is_hash_string,
1510
start_nodes,
16-
connect_nodes_bi,
1711
)
1812

1913

qa/rpc-tests/wallet-accounts.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,7 @@
66
from test_framework.test_framework import BitcoinTestFramework
77
from test_framework.util import (
88
start_nodes,
9-
start_node,
109
assert_equal,
11-
connect_nodes_bi,
1210
)
1311

1412

0 commit comments

Comments
 (0)