1
0
mirror of https://github.com/fluencelabs/tendermint synced 2025-04-30 09:12:14 +00:00

13 lines
198 B
Go
Raw Permalink Normal View History

package monitor
import (
amino "github.com/tendermint/go-amino"
ctypes "github.com/tendermint/tendermint/rpc/core/types"
)
var cdc = amino.NewCodec()
func init() {
ctypes.RegisterAmino(cdc)
}