mirror of
https://github.com/fluencelabs/tendermint
synced 2025-05-29 06:01:21 +00:00
forgot node/wire.go
This commit is contained in:
parent
c68d406195
commit
466c3ab1c7
12
node/wire.go
Normal file
12
node/wire.go
Normal file
@ -0,0 +1,12 @@
|
||||
package node
|
||||
|
||||
import (
|
||||
amino "github.com/tendermint/go-amino"
|
||||
crypto "github.com/tendermint/go-crypto"
|
||||
)
|
||||
|
||||
var cdc = amino.NewCodec()
|
||||
|
||||
func init() {
|
||||
crypto.RegisterAmino(cdc)
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user