Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronc committed Mar 22, 2024
1 parent deb6a5d commit 79fa103
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions types/tx_msg.go
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@ type (
// GetReflectMessages gets a reflected version of the transaction's messages
// that can be used by dynamic APIs. These messages should not be used for actual
// processing as they cannot be guaranteed to be what handlers are expecting, but
// they can be used for dynamically pulling specific fields from the message such
// as signers or validation data. Message process should ALWAYS use the messages
// returned by GetMsgs for actual processing.
// they can be used for dynamically reading specific fields from the message such
// as signers or validation data. Message processors should ALWAYS use the messages
// returned by GetMsgs.
GetReflectMessages() ([]protoreflect.Message, error)
}

Expand Down

0 comments on commit 79fa103

Please sign in to comment.