From 1cdb9bb51fa9f6396c8a684b3340b32b29d626e5 Mon Sep 17 00:00:00 2001 From: Gregory Sanders Date: Mon, 22 Oct 2018 16:47:50 -0400 Subject: minor p2p_sendheaders fix of height in coinbase --- test/functional/p2p_sendheaders.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/functional/p2p_sendheaders.py') diff --git a/test/functional/p2p_sendheaders.py b/test/functional/p2p_sendheaders.py index c7ae57de86..7d7d251765 100755 --- a/test/functional/p2p_sendheaders.py +++ b/test/functional/p2p_sendheaders.py @@ -490,7 +490,7 @@ class SendHeadersTest(BitcoinTestFramework): # Now announce a header that forks the last two blocks tip = blocks[0].sha256 - height -= 1 + height -= 2 blocks = [] # Create extra blocks for later -- cgit v1.2.3