0g-chain/internal/lcd/wire.go
rhuairahrighairigh a7659e2519 add latest lcd
2018-09-19 20:23:37 -04:00

16 lines
272 B
Go

// Copyright 2016 All in Bits, inc
// Modifications copyright 2018 Kava Labs
package lcd
import (
amino "github.com/tendermint/go-amino"
ctypes "github.com/tendermint/tendermint/rpc/core/types"
)
var cdc = amino.NewCodec()
func init() {
ctypes.RegisterAmino(cdc)
}