139@@ -142,11 +140,11 @@ def _test_getblockchaininfo(self):
140 assert_greater_than(res['size_on_disk'], 0)
141
142 assert_equal(res['softforks'], {
143- 'bip34': {'type': 'buried', 'active': True, 'height': 2},
144- 'bip66': {'type': 'buried', 'active': True, 'height': DERSIG_HEIGHT},
145- 'bip65': {'type': 'buried', 'active': True, 'height': CLTV_HEIGHT},
146- 'csv': {'type': 'buried', 'active': False, 'height': 432},
147- 'segwit': {'type': 'buried', 'active': True, 'height': 0},
148+ 'bip34': {'type': 'buried', 'active': True, 'height': 1},
Wouldn’t having slightly different activation heights here (even it its 1,2,3,4,5) make for a better test?
Can do on the next force push or another pull request (whichever happens earlier)