mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-05-03 08:21:29 +02:00
test: remove unnecessary parens
This commit is contained in:
parent
e939cf2b76
commit
613e221149
@ -82,7 +82,7 @@ class MinimumChainWorkTest(BitcoinTestFramework):
|
||||
msg.hashstop = 0
|
||||
peer.send_and_ping(msg)
|
||||
time.sleep(5)
|
||||
assert ("headers" not in peer.last_message or len(peer.last_message["headers"].headers) == 0)
|
||||
assert "headers" not in peer.last_message or len(peer.last_message["headers"].headers) == 0
|
||||
|
||||
self.log.info("Generating one more block")
|
||||
self.generate(self.nodes[0], 1)
|
||||
|
Loading…
x
Reference in New Issue
Block a user