Skip to content

Commit

Permalink
params: fix typo (ethereum#17552)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mymskmkt authored and fjl committed Sep 3, 2018
1 parent 992b779 commit e1c64a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion params/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@ func (err *ConfigCompatError) Error() string {
return fmt.Sprintf("mismatching %s in database (have %d, want %d, rewindto %d)", err.What, err.StoredConfig, err.NewConfig, err.RewindTo)
}

// Rules wraps ChainConfig and is merely syntatic sugar or can be used for functions
// Rules wraps ChainConfig and is merely syntactic sugar or can be used for functions
// that do not have or require information about the block.
//
// Rules is a one time interface meaning that it shouldn't be used in between transition
Expand Down

0 comments on commit e1c64a7

Please sign in to comment.