Skip to content

Commit

Permalink
feedback
Browse files Browse the repository at this point in the history
Co-authored-by: John Letey <john@noble.xyz>
  • Loading branch information
julienrbrt and johnletey authored Feb 12, 2025
1 parent 555ab47 commit c9269ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/build/building-modules/02-messages-and-queries.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ func ProvideCustomMsgTransactionGetSigners() signing.CustomGetSigner {

// Return the signer in the required format.
return signing.CustomGetSigner{
MsgType: gogoproto.MessageName(&types.CustomMsg{}),
MsgType: protoreflect.FullName(gogoproto.MessageName(&types.CustomMsg{})),
Fn: func(msg proto.Message) ([][]byte, error) {
return [][]byte{signer}, nil
}
Expand Down

0 comments on commit c9269ea

Please sign in to comment.