Skip to content

Commit

Permalink
Fix typo in comment: "form" corrected to "from"
Browse files Browse the repository at this point in the history
Corrected a typo in the comment where "form" was used instead of "from". The corrected sentence is: "callback id should be issued from the executor contract".
  • Loading branch information
Himess authored Dec 18, 2024
1 parent f0aa106 commit cdae2fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/ibc-hooks/message.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ type HookData struct {

// asyncCallback is same as AsyncCallback.
type asyncCallback struct {
// callback id should be issued form the executor contract
// callback id should be issued from the executor contract
Id uint64 `json:"id"`
ContractAddress string `json:"contract_address"`
}
Expand Down

0 comments on commit cdae2fb

Please sign in to comment.