Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Gmanboy authored Oct 1, 2024
1 parent 5556eeb commit f85ee78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion op-alt-da/dastate.go
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ func (s *State) ExpireCommitments(origin eth.BlockID) error {
}

// ExpireChallenges moves challenges from the active state map to the expired state map.
// challenges are considered expired when the oirgin is beyond the challenge's resolve window.
// challenges are considered expired when the origin is beyond the challenge's resolve window.
// This function processes challenges in order of inclusion until it finds a commitment which has not expired.
// This function must be called for every block because there is no contract event to expire challenges.
func (s *State) ExpireChallenges(origin eth.BlockID) {
Expand Down

0 comments on commit f85ee78

Please sign in to comment.