Skip to content

Commit 6c787d3

Browse files
author
MarcoFalke
committed
tests: Make feature_block pass on centos
1 parent cbf0093 commit 6c787d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/functional/feature_block.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -824,7 +824,7 @@ def run_test(self):
824824
tx.vin.append(CTxIn(COutPoint(b64a.vtx[1].sha256, 0)))
825825
b64a = self.update_block("64a", [tx])
826826
assert_equal(len(b64a.serialize()), MAX_BLOCK_BASE_SIZE + 8)
827-
self.sync_blocks([b64a], success=False, reject_reason='non-canonical ReadCompactSize():')
827+
self.sync_blocks([b64a], success=False, reject_reason='non-canonical ReadCompactSize()')
828828

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

0 commit comments

Comments
 (0)