aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorMarcoFalke <falke.marco@gmail.com>2018-11-08 19:59:21 -0500
committerMarcoFalke <falke.marco@gmail.com>2018-11-09 15:46:32 -0500
commit6c787d340cdb67bbdc508b562283750c7ed5dfa8 (patch)
treeed871142b25ed58d43989afe7779420343e7c0e7 /test
parentcbf00939b5e813937fb21466aa3e229ca81cb6ba (diff)
downloadbitcoin-6c787d340cdb67bbdc508b562283750c7ed5dfa8.tar.xz
tests: Make feature_block pass on centos
Diffstat (limited to 'test')
-rwxr-xr-xtest/functional/feature_block.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/feature_block.py b/test/functional/feature_block.py
index 628cefb76d..e386915ada 100755
--- a/test/functional/feature_block.py
+++ b/test/functional/feature_block.py
@@ -824,7 +824,7 @@ class FullBlockTest(BitcoinTestFramework):
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