Skip to content

Commit 2728a9b

Browse files
authored
Update config.go
1 parent f84f299 commit 2728a9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

params/config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -398,7 +398,7 @@ func (c *ChainConfig) String() string {
398398
default:
399399
engine = "unknown"
400400
}
401-
return fmt.Sprintf("{ChainID: %v Homestead: %v DAO: %v DAOSupport: %v EIP150: %v EIP155: %v EIP158: %v Byzantium: %v Robinhood: %v Constantinople: %v Petersburg: %v Istanbul: %v Muir Glacier: %v, Berlin: %v, London: %v, Engine: %v}",
401+
return fmt.Sprintf("{ChainID: %v Homestead: %v DAO: %v DAOSupport: %v EIP150: %v EIP155: %v EIP158: %v Byzantium: %v Robinhood: %v Constantinople: %v Petersburg: %v Istanbul: %v Muir Glacier: %v, NewHorizon: %v, Berlin: %v, London: %v, Engine: %v}",
402402
c.ChainID,
403403
c.HomesteadBlock,
404404
c.DAOForkBlock,

0 commit comments

Comments
 (0)