From fa98e10d5efcd965ee224ec21c9e79ebb123f055 Mon Sep 17 00:00:00 2001 From: MarcoFalke Date: Mon, 8 Jun 2020 08:11:53 -0400 Subject: [PATCH] test: Remove leftover comment in mining_basic --- test/functional/mining_basic.py | 1 - 1 file changed, 1 deletion(-) diff --git a/test/functional/mining_basic.py b/test/functional/mining_basic.py index 83371e3954a..63d1ccfb366 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)