* ibc: light clients restructure * tendermint client cleanup * solomachine cleanup * rename * add cli * update spec README * proto files update * fix * update proto files * fix test build * fix test build
11 lines
189 B
Go
11 lines
189 B
Go
package localhost
|
|
|
|
import (
|
|
"github.com/cosmos/cosmos-sdk/x/ibc/light-clients/09-localhost/types"
|
|
)
|
|
|
|
// Name returns the IBC client name
|
|
func Name() string {
|
|
return types.SubModuleName
|
|
}
|