mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-23 13:16:42 +00:00
params/forks: add amsterdam to forks list
This commit is contained in:
parent
01cab86a29
commit
73b1092d30
1 changed files with 2 additions and 0 deletions
|
|
@ -45,6 +45,7 @@ const (
|
|||
BPO3
|
||||
BPO4
|
||||
BPO5
|
||||
Amsterdam
|
||||
)
|
||||
|
||||
// String implements fmt.Stringer.
|
||||
|
|
@ -82,4 +83,5 @@ var forkToString = map[Fork]string{
|
|||
BPO3: "BPO3",
|
||||
BPO4: "BPO4",
|
||||
BPO5: "BPO5",
|
||||
Amsterdam: "Amsterdam",
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue