Skip to content

Commit

Permalink
Merge pull request #119 from hypersign-protocol/did-authz
Browse files Browse the repository at this point in the history
Registered MsgServer Route
  • Loading branch information
arnabghose997 committed Apr 4, 2022
2 parents 7edf10c + 6001d7d commit d9eb097
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions x/ssi/module.go
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@ func (am AppModule) LegacyQuerierHandler(legacyQuerierCdc *codec.LegacyAmino) sd
// module-specific GRPC queries.
func (am AppModule) RegisterServices(cfg module.Configurator) {
types.RegisterQueryServer(cfg.QueryServer(), am.keeper)
types.RegisterMsgServer(cfg.MsgServer(), keeper.NewMsgServerImpl(am.keeper))
}

// RegisterInvariants registers the capability module's invariants.
Expand Down

0 comments on commit d9eb097

Please sign in to comment.