Skip to content

Commit

Permalink
Register old cork protos (#327)
Browse files Browse the repository at this point in the history
  • Loading branch information
cbrit authored Nov 13, 2024
1 parent 317fa79 commit 8ceebb8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions x/cork/module.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ import (
"github.com/peggyjv/sommelier/v8/x/cork/client/cli"
"github.com/peggyjv/sommelier/v8/x/cork/keeper"
corktypes "github.com/peggyjv/sommelier/v8/x/cork/types"
v1types "github.com/peggyjv/sommelier/v8/x/cork/types/v1"
types "github.com/peggyjv/sommelier/v8/x/cork/types/v2"
"github.com/spf13/cobra"
)
Expand Down Expand Up @@ -71,6 +72,7 @@ func (AppModuleBasic) RegisterGRPCGatewayRoutes(clientCtx client.Context, mux *r

// RegisterInterfaces implements app module basic
func (b AppModuleBasic) RegisterInterfaces(registry codectypes.InterfaceRegistry) {
v1types.RegisterInterfaces(registry)
types.RegisterInterfaces(registry)
}

Expand Down

0 comments on commit 8ceebb8

Please sign in to comment.