This website works better with JavaScript.
Home
Help
Sign In
zolfa
/
tendermint
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
221
Wiki
Activity
Browse Source
Use longer checksum again
pull/1782/head
Ethan Frey
7 years ago
parent
c8b6d29161
commit
50e7c07817
1 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
keys/wordcodec.go
+ 2
- 2
keys/wordcodec.go
View File
@ -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
Write
Preview
Loading…
Cancel
Save