Skip to content

Commit

Permalink
tests: Make feature_block pass on centos
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcoFalke committed Nov 9, 2018
1 parent cbf0093 commit 6c787d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/functional/feature_block.py
Original file line number Diff line number Diff line change
Expand Up @@ -824,7 +824,7 @@ def run_test(self):
tx.vin.append(CTxIn(COutPoint(b64a.vtx[1].sha256, 0)))
b64a = self.update_block("64a", [tx])
assert_equal(len(b64a.serialize()), MAX_BLOCK_BASE_SIZE + 8)
self.sync_blocks([b64a], success=False, reject_reason='non-canonical ReadCompactSize():')
self.sync_blocks([b64a], success=False, reject_reason='non-canonical ReadCompactSize()')

# bitcoind doesn't disconnect us for sending a bloated block, but if we subsequently
# resend the header message, it won't send us the getdata message again. Just
Expand Down

0 comments on commit 6c787d3

Please sign in to comment.