diff options
author | Sebastian Falbesoner <sebastian.falbesoner@gmail.com> | 2021-11-15 16:13:56 +0100 |
---|---|---|
committer | Sebastian Falbesoner <sebastian.falbesoner@gmail.com> | 2021-11-17 15:44:09 +0100 |
commit | ae9df4ef937ef77405f6edd7c13615df7b63446f (patch) | |
tree | 7c29ea4c0b6bbb0f1a856ea4ef9f71cbdf58811e /test/functional/feature_csv_activation.py | |
parent | d94dc69ee454144f4db12d163b15717cc6cad383 (diff) |
test: refactor: take use of `create_block` version parameter (or use default)
Diffstat (limited to 'test/functional/feature_csv_activation.py')
-rwxr-xr-x | test/functional/feature_csv_activation.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/functional/feature_csv_activation.py b/test/functional/feature_csv_activation.py index 5f2ba35c71..2fb0d47d19 100755 --- a/test/functional/feature_csv_activation.py +++ b/test/functional/feature_csv_activation.py @@ -174,7 +174,6 @@ class BIP68_112_113Test(BitcoinTestFramework): def create_test_block(self, txs): block = create_block(self.tip, create_coinbase(self.tipheight + 1), self.last_block_time + 600) - block.nVersion = 4 block.vtx.extend(txs) block.hashMerkleRoot = block.calc_merkle_root() block.solve() |