Skip to content

Commit fa98e10

Browse files
author
MarcoFalke
committed
test: Remove leftover comment in mining_basic
1 parent faedb50 commit fa98e10

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/functional/mining_basic.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,6 @@ def assert_submitblock(block, result_str_1, result_str_2=None):
9191
coinbase_tx.vin[0].nSequence = 2**32 - 2
9292
coinbase_tx.rehash()
9393

94-
# round-trip the encoded bip34 block height commitment
9594
block = CBlock()
9695
block.nVersion = tmpl["version"]
9796
block.hashPrevBlock = int(tmpl["previousblockhash"], 16)

0 commit comments

Comments
 (0)