mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-14 12:43:40 +02:00
minor p2p_sendheaders fix of height in coinbase
This commit is contained in:
parent
5c25409d68
commit
1cdb9bb51f
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue