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 cbf0093 commit 6c787d3Copy full SHA for 6c787d3
test/functional/feature_block.py
@@ -824,7 +824,7 @@ def run_test(self):
824
tx.vin.append(CTxIn(COutPoint(b64a.vtx[1].sha256, 0)))
825
b64a = self.update_block("64a", [tx])
826
assert_equal(len(b64a.serialize()), MAX_BLOCK_BASE_SIZE + 8)
827
- self.sync_blocks([b64a], success=False, reject_reason='non-canonical ReadCompactSize():')
+ self.sync_blocks([b64a], success=False, reject_reason='non-canonical ReadCompactSize()')
828
829
# bitcoind doesn't disconnect us for sending a bloated block, but if we subsequently
830
# resend the header message, it won't send us the getdata message again. Just
0 commit comments