Litecoin: Make linter happy

pull/751/head
Adrian Gallagher 4 years ago
parent c6b319d9d2
commit 478dabad29
No known key found for this signature in database
GPG Key ID: FE3348877809386C

@ -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…
Cancel
Save