Skip to content

Commit

Permalink
Update eth/catalyst/api.go
Browse files Browse the repository at this point in the history
  • Loading branch information
holiman authored and karalabe committed Jul 25, 2022
1 parent 660c2a5 commit 001a93f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eth/catalyst/api.go
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ type ConsensusAPI struct {
//
// There are a few important caveats in this mechanism:
// - The bad block tracking is ephemeral, in-memory only. We must never
// persist any bad block informaion to disk as a bug in Geth could end
// persist any bad block information to disk as a bug in Geth could end
// up blocking a valid chain, even if a later Geth update would accept
// it.
// - Bad blocks will get forgotten after a certain threshold of import
Expand Down

0 comments on commit 001a93f

Please sign in to comment.