Merge pull request #1397 from kindknow/master

chore: fix some function names in comment
This commit is contained in:
kindknow 2025-02-20 21:06:21 +08:00 committed by GitHub
parent f4f30d9fa3
commit d694697285
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -269,7 +269,7 @@ func (s *Scheduler) addEvent(event Event) {
s.Trigger()
}
// filterEvent sorts each Event either as a request event or a server event,
// filterEvents sorts each Event either as a request event or a server event,
// depending on its type. Request events are also sorted in a map based on the
// module that originally initiated the request. It also ensures that no events
// related to a server are returned before EvRegistered or after EvUnregistered.

View file

@ -137,7 +137,7 @@ func TestCalcBaseFee(t *testing.T) {
}
}
// TestCalcBaseFee assumes all blocks are 1559-blocks post Delhi Hard Fork
// TestCalcBaseFeeDelhi assumes all blocks are 1559-blocks post Delhi Hard Fork
func TestCalcBaseFeeDelhi(t *testing.T) {
t.Parallel()