Skip to content

Commit e96b82a

Browse files
carverpipermerriam
authored andcommitted
Rename constantinople ropsten constant (#1468)
1 parent df01472 commit e96b82a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

eth/chains/ropsten/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
from .constants import (
55
BYZANTIUM_ROPSTEN_BLOCK,
6-
CONSTANTINOPLE_BLOCK,
6+
CONSTANTINOPLE_ROPSTEN_BLOCK,
77
ROPSTEN_CHAIN_ID,
88
SPURIOUS_DRAGON_ROPSTEN_BLOCK,
99
TANGERINE_WHISTLE_ROPSTEN_BLOCK,
@@ -26,7 +26,7 @@
2626
(TANGERINE_WHISTLE_ROPSTEN_BLOCK, TangerineWhistleVM),
2727
(SPURIOUS_DRAGON_ROPSTEN_BLOCK, SpuriousDragonVM),
2828
(BYZANTIUM_ROPSTEN_BLOCK, ByzantiumVM),
29-
(CONSTANTINOPLE_BLOCK, ConstantinopleVM),
29+
(CONSTANTINOPLE_ROPSTEN_BLOCK, ConstantinopleVM),
3030
)
3131

3232

eth/chains/ropsten/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@
3636
#
3737
# Constantinople
3838
#
39-
CONSTANTINOPLE_BLOCK = 4230000
39+
CONSTANTINOPLE_ROPSTEN_BLOCK = 4230000

0 commit comments

Comments
 (0)