diff options
author | Mymskmkt <1847234666@qq.com> | 2018-09-03 22:52:32 +0800 |
---|---|---|
committer | Felix Lange <fjl@users.noreply.github.com> | 2018-09-03 22:52:32 +0800 |
commit | e1c64a7d89a7cc6ae8867ee030d3c8ead677c272 (patch) | |
tree | 4ad99ed2dab601e63b7ea2b46729371cf6a05985 /params/config.go | |
parent | 992b77992f5da7c0301c1b4f8203e8f0d3dfb8f4 (diff) | |
download | go-tangerine-e1c64a7d89a7cc6ae8867ee030d3c8ead677c272.tar go-tangerine-e1c64a7d89a7cc6ae8867ee030d3c8ead677c272.tar.gz go-tangerine-e1c64a7d89a7cc6ae8867ee030d3c8ead677c272.tar.bz2 go-tangerine-e1c64a7d89a7cc6ae8867ee030d3c8ead677c272.tar.lz go-tangerine-e1c64a7d89a7cc6ae8867ee030d3c8ead677c272.tar.xz go-tangerine-e1c64a7d89a7cc6ae8867ee030d3c8ead677c272.tar.zst go-tangerine-e1c64a7d89a7cc6ae8867ee030d3c8ead677c272.zip |
params: fix typo (#17552)
Diffstat (limited to 'params/config.go')
-rw-r--r-- | params/config.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/params/config.go b/params/config.go index 70a1edead..629720550 100644 --- a/params/config.go +++ b/params/config.go @@ -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 |