diff options
author | MarcoFalke <falke.marco@gmail.com> | 2017-08-12 13:22:29 +0200 |
---|---|---|
committer | MarcoFalke <falke.marco@gmail.com> | 2017-08-12 13:22:35 +0200 |
commit | aeb31756276034dd506fdf97c8aaade0e7e584f5 (patch) | |
tree | 350c3f0ed97c9a6d3f810f42c24667cd6547649c | |
parent | ac016e17d20253129a0287cee7e1d06b7ef15966 (diff) | |
parent | f1bf31186c4e4afcbf1e3aa33c64636d1280c711 (diff) |
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
-rwxr-xr-x | test/functional/sendheaders.py | 3 |
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 |