1
0
mirror of https://github.com/fluencelabs/tendermint synced 2025-06-06 10:01:19 +00:00

13 lines
165 B
Go
Raw Normal View History

2018-03-26 06:40:02 +02:00
package p2p
import (
"github.com/tendermint/go-amino"
"github.com/tendermint/go-crypto"
)
var cdc = amino.NewCodec()
func init() {
crypto.RegisterAmino(cdc)
}