mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-14 12:43:40 +02:00
test: Remove leftover comment in mining_basic
This commit is contained in:
parent
faedb50d89
commit
fa98e10d5e
1 changed files with 0 additions and 1 deletions
|
|
@ -91,7 +91,6 @@ class MiningTest(BitcoinTestFramework):
|
||||||
coinbase_tx.vin[0].nSequence = 2**32 - 2
|
coinbase_tx.vin[0].nSequence = 2**32 - 2
|
||||||
coinbase_tx.rehash()
|
coinbase_tx.rehash()
|
||||||
|
|
||||||
# round-trip the encoded bip34 block height commitment
|
|
||||||
block = CBlock()
|
block = CBlock()
|
||||||
block.nVersion = tmpl["version"]
|
block.nVersion = tmpl["version"]
|
||||||
block.hashPrevBlock = int(tmpl["previousblockhash"], 16)
|
block.hashPrevBlock = int(tmpl["previousblockhash"], 16)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue