Upgrade to Stargate RC2

This commit is contained in:
Alex Peters
2020-11-03 18:20:26 +01:00
parent 1846f62f80
commit bf83c4476c
24 changed files with 569 additions and 511 deletions

View File

@@ -33,7 +33,7 @@ func (b AppModuleBasic) RegisterLegacyAminoCodec(amino *codec.LegacyAmino) {
RegisterCodec(amino)
}
func (b AppModuleBasic) RegisterGRPCRoutes(clientCtx client.Context, serveMux *runtime.ServeMux) {
func (b AppModuleBasic) RegisterGRPCGatewayRoutes(clientCtx client.Context, serveMux *runtime.ServeMux) {
types.RegisterQueryHandlerClient(context.Background(), serveMux, types.NewQueryClient(clientCtx))
}