mirror of
https://github.com/kvazar-network/kevacoin.git
synced 2025-02-08 21:24:24 +00:00
fixup: fix nits
This commit is contained in:
parent
a433d8a15e
commit
53f6775fe1
@ -24,7 +24,6 @@ from test_framework.util import (
|
|||||||
assert_raises_jsonrpc,
|
assert_raises_jsonrpc,
|
||||||
assert_is_hex_string,
|
assert_is_hex_string,
|
||||||
assert_is_hash_string,
|
assert_is_hash_string,
|
||||||
connect_nodes_bi,
|
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
@ -448,10 +448,10 @@ class RawTransactionsTest(BitcoinTestFramework):
|
|||||||
|
|
||||||
############################################################
|
############################################################
|
||||||
# locked wallet test
|
# locked wallet test
|
||||||
self.nodes[1].encryptwallet("test")
|
|
||||||
self.stop_node(0)
|
self.stop_node(0)
|
||||||
self.stop_node(2)
|
self.stop_node(2)
|
||||||
self.stop_node(3)
|
self.stop_node(3)
|
||||||
|
self.nodes[1].encryptwallet("test")
|
||||||
self.nodes.pop(1)
|
self.nodes.pop(1)
|
||||||
|
|
||||||
self.nodes = self.start_nodes(self.num_nodes, self.options.tmpdir)
|
self.nodes = self.start_nodes(self.num_nodes, self.options.tmpdir)
|
||||||
|
@ -14,7 +14,8 @@ from test_framework.util import (
|
|||||||
assert_equal,
|
assert_equal,
|
||||||
assert_raises_jsonrpc,
|
assert_raises_jsonrpc,
|
||||||
connect_nodes_bi,
|
connect_nodes_bi,
|
||||||
p2p_port)
|
p2p_port,
|
||||||
|
)
|
||||||
|
|
||||||
|
|
||||||
class NetTest(BitcoinTestFramework):
|
class NetTest(BitcoinTestFramework):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user