test: Set BIP34Height = 2 for regtest

This commit is contained in:
MarcoFalke
2019-07-03 16:37:00 +02:00
parent fac90c55be
commit 222290f543
4 changed files with 15 additions and 12 deletions

View File

@ -129,7 +129,7 @@ class BlockchainTest(BitcoinTestFramework):
assert_greater_than(res['size_on_disk'], 0)
assert_equal(res['softforks'], {
'bip34': {'type': 'buried', 'active': False, 'height': 500},
'bip34': {'type': 'buried', 'active': True, 'height': 2},
'bip66': {'type': 'buried', 'active': False, 'height': 1251},
'bip65': {'type': 'buried', 'active': False, 'height': 1351},
'csv': {'type': 'buried', 'active': False, 'height': 432},