Skip to content

Commit

Permalink
Add IsForkID13Durian for chain rules (#1362)
Browse files Browse the repository at this point in the history
  • Loading branch information
giskook authored Oct 25, 2024
1 parent b627c04 commit 8a3bcd1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions erigon-lib/chain/chain_config.go
Original file line number Diff line number Diff line change
Expand Up @@ -668,6 +668,7 @@ func (c *Config) Rules(num uint64, time uint64) *Rules {
IsForkId10: c.IsForkID10(num),
IsForkId11: c.IsForkID11(num),
IsForkID12Banana: c.IsForkID12Banana(num),
IsForkID13Durian: c.IsForkID13Durian(num),
}
}

Expand Down

0 comments on commit 8a3bcd1

Please sign in to comment.