Skip to content

Commit

Permalink
remove MergedProtoRegistry (#19484)
Browse files Browse the repository at this point in the history
  • Loading branch information
kocubinski authored Feb 20, 2024
1 parent 2227e7d commit 6bbcdcd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 54 deletions.
52 changes: 0 additions & 52 deletions types/registry/registry.go

This file was deleted.

4 changes: 2 additions & 2 deletions x/auth/tx/config/depinject.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import (
"context"
"fmt"

gogoproto "github.com/cosmos/gogoproto/proto"
"google.golang.org/grpc"
"google.golang.org/grpc/codes"
grpcstatus "google.golang.org/grpc/status"
Expand All @@ -25,7 +26,6 @@ import (
"github.com/cosmos/cosmos-sdk/codec"
"github.com/cosmos/cosmos-sdk/runtime"
sdk "github.com/cosmos/cosmos-sdk/types"
"github.com/cosmos/cosmos-sdk/types/registry"
signingtypes "github.com/cosmos/cosmos-sdk/types/tx/signing"
)

Expand Down Expand Up @@ -61,7 +61,7 @@ type ModuleOutputs struct {
}

func ProvideProtoRegistry() txsigning.ProtoFileResolver {
return registry.MergedProtoRegistry()
return gogoproto.HybridResolver
}

func ProvideModule(in ModuleInputs) ModuleOutputs {
Expand Down

0 comments on commit 6bbcdcd

Please sign in to comment.