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

12 lines
137 B
Go
Raw Normal View History

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