cosmos-sdk/cmd/basecoin/commands/ibc.go

9 lines
202 B
Go
Raw Normal View History

package commands
2017-01-29 18:41:37 -08:00
2017-07-03 07:47:03 -07:00
// import "github.com/tendermint/basecoin/plugins/ibc"
2017-01-29 18:41:37 -08:00
2017-07-03 07:47:03 -07:00
// // returns a new IBC plugin to be registered with Basecoin
// func NewIBCPlugin() *ibc.IBCPlugin {
// return ibc.New()
// }