From f1bf31186c4e4afcbf1e3aa33c64636d1280c711 Mon Sep 17 00:00:00 2001 From: Suhas Daftuar Date: Fri, 11 Aug 2017 11:47:05 -0400 Subject: [PATCH] [qa] Fix block message processing error in sendheaders.py --- test/functional/sendheaders.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/test/functional/sendheaders.py b/test/functional/sendheaders.py index 44c357c6d..e47e07fb8 100755 --- a/test/functional/sendheaders.py +++ b/test/functional/sendheaders.py @@ -121,9 +121,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