params/forks: add amsterdam to forks list

This commit is contained in:
lightclient 2025-09-26 07:53:36 -06:00
parent 01cab86a29
commit 73b1092d30
No known key found for this signature in database
GPG key ID: 657913021EF45A6A

View file

@ -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",
}