mirror of
https://github.com/tendermint/tendermint.git
synced 2026-05-31 19:36:20 +00:00
Use longer checksum again
This commit is contained in:
@@ -34,8 +34,8 @@ func NewCodec(words []string) (codec *WordCodec, err error) {
|
||||
res := &WordCodec{
|
||||
words: words,
|
||||
// TODO: configure this outside???
|
||||
// check: NewIEEECRC32(),
|
||||
check: NewIBMCRC16(),
|
||||
check: NewIEEECRC32(),
|
||||
// check: NewIBMCRC16(),
|
||||
}
|
||||
|
||||
return res, nil
|
||||
|
||||
Reference in New Issue
Block a user