Skip to content

Commit

Permalink
fix: register qgb msg server in codec (#2599)
Browse files Browse the repository at this point in the history
This PR adds the QGB to the proto registry (noe this is different to the
router)
  • Loading branch information
cmwaters authored Oct 2, 2023
1 parent f78b945 commit 105c663
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions x/qgb/types/codec.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import (
"github.com/cosmos/cosmos-sdk/codec"
cdctypes "github.com/cosmos/cosmos-sdk/codec/types"
sdk "github.com/cosmos/cosmos-sdk/types"
"github.com/cosmos/cosmos-sdk/types/msgservice"
)

const URLMsgRegisterEVMAddress = "/celestia.blob.v1.MsgRegisterEVMAddress"
Expand All @@ -23,4 +24,6 @@ func RegisterInterfaces(registry cdctypes.InterfaceRegistry) {
&DataCommitment{},
&Valset{},
)

msgservice.RegisterMsgServiceDesc(registry, &_Msg_serviceDesc)
}

0 comments on commit 105c663

Please sign in to comment.