tendermint/mempool/wire.go

12 lines
137 B
Go
Raw Normal View History

2018-03-31 02:51:32 -07:00
package mempool
import (
"github.com/tendermint/go-amino"
)
var cdc = amino.NewCodec()
func init() {
RegisterMempoolMessages(cdc)
}