From 7f3d3deda75e3259b1250efe210beb5ea43d0e15 Mon Sep 17 00:00:00 2001 From: MarcoFalke Date: Sat, 12 Aug 2017 13:22:29 +0200 Subject: [PATCH] Merge #11032: [qa] Fix block message processing error in sendheaders.py f1bf31186 [qa] Fix block message processing error in sendheaders.py (Suhas Daftuar) Pull request description: Introduced in #10169 @jnewbery Tree-SHA512: f330b926c51bd4f1b63738e1ddac23c58cb32345baed36343f7a989b3b9906c5c6e7dbd74b416f662c6ef68b8d256a6c69a977ec5f85789b2c1dc802bc831f6b --- test/functional/sendheaders.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/test/functional/sendheaders.py b/test/functional/sendheaders.py index 22770b61c2..34b450b49f 100755 --- a/test/functional/sendheaders.py +++ b/test/functional/sendheaders.py @@ -132,9 +132,6 @@ class TestNode(NodeConnCB): message.headers[-1].calc_sha256() self.last_blockhash_announced = message.headers[-1].sha256 - def on_block(self, conn, message): - self.last_message["block"].calc_sha256() - # Test whether the last announcement we received had the # right header or the right inv # inv and headers should be lists of block hashes