We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e939cf2 commit 613e221Copy full SHA for 613e221
test/functional/feature_minchainwork.py
@@ -82,7 +82,7 @@ def run_test(self):
82
msg.hashstop = 0
83
peer.send_and_ping(msg)
84
time.sleep(5)
85
- 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
86
87
self.log.info("Generating one more block")
88
self.generate(self.nodes[0], 1)
0 commit comments