Litecoin: Make linter happy
This commit is contained in:
parent
c6b319d9d2
commit
478dabad29
@ -557,7 +557,7 @@ class SegWitTest(BitcoinTestFramework):
|
||||
# empty witness)' (otherwise).
|
||||
# TODO: support multiple acceptable reject reasons.
|
||||
test_witness_block(self.nodes[0], self.test_node, block, accepted=False, with_witness=False)
|
||||
|
||||
|
||||
self.connect_nodes(0, 2)
|
||||
|
||||
self.utxo.pop(0)
|
||||
|
||||
@ -26,7 +26,7 @@ class DumptxoutsetTest(BitcoinTestFramework):
|
||||
FILENAME = 'txoutset.dat'
|
||||
out = node.dumptxoutset(FILENAME)
|
||||
expected_path = Path(node.datadir) / self.chain / FILENAME
|
||||
|
||||
|
||||
assert expected_path.is_file()
|
||||
|
||||
assert_equal(out['coins_written'], 100)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user