test: Remove leftover comment in mining_basic

This commit is contained in:
MarcoFalke 2020-06-08 08:11:53 -04:00
parent faedb50d89
commit fa98e10d5e
No known key found for this signature in database
GPG key ID: CE2B75697E69A548

View file

@ -91,7 +91,6 @@ class MiningTest(BitcoinTestFramework):
coinbase_tx.vin[0].nSequence = 2**32 - 2
coinbase_tx.rehash()
# round-trip the encoded bip34 block height commitment
block = CBlock()
block.nVersion = tmpl["version"]
block.hashPrevBlock = int(tmpl["previousblockhash"], 16)