aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcoFalke <falke.marco@gmail.com>2020-06-08 08:11:53 -0400
committerMarcoFalke <falke.marco@gmail.com>2020-06-08 08:10:37 -0400
commitfa98e10d5efcd965ee224ec21c9e79ebb123f055 (patch)
tree83150421270a88b2b4d900ea92f31de5aa73d37d
parentfaedb50d89cf113084adfa50c280c295c95571a8 (diff)
downloadbitcoin-fa98e10d5efcd965ee224ec21c9e79ebb123f055.tar.xz
test: Remove leftover comment in mining_basic
-rwxr-xr-xtest/functional/mining_basic.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/functional/mining_basic.py b/test/functional/mining_basic.py
index 83371e3954..63d1ccfb36 100755
--- a/test/functional/mining_basic.py
+++ b/test/functional/mining_basic.py
@@ -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)