aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorSuhas Daftuar <sdaftuar@chaincode.com>2017-08-11 11:47:05 -0400
committerSuhas Daftuar <sdaftuar@chaincode.com>2017-08-11 21:36:28 -0400
commitf1bf31186c4e4afcbf1e3aa33c64636d1280c711 (patch)
tree481d22c135ee2a0c7d8770623281b66f2a2e5987 /test
parente5d26e47c7a482c072a7fe47bb84c56854734184 (diff)
downloadbitcoin-f1bf31186c4e4afcbf1e3aa33c64636d1280c711.tar.xz
[qa] Fix block message processing error in sendheaders.py
Diffstat (limited to 'test')
-rwxr-xr-xtest/functional/sendheaders.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/test/functional/sendheaders.py b/test/functional/sendheaders.py
index 44c357c6db..e47e07fb86 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