Skip to content

Commit

Permalink
chore: rebase to cosmos/v0.47.x
Browse files Browse the repository at this point in the history
  • Loading branch information
dadamu committed Mar 19, 2024
1 parent c5958b8 commit 0847666
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/messages/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ func removeDuplicates(s []string) []string {
return result
}

func parseAddressesFromEvents(tx *types.Tx) []string {
func parseAddressesFromEvents(tx *types.Transaction) []string {
addresses := []string{}
for _, event := range tx.Events {
for _, attribute := range event.Attributes {
Expand Down

0 comments on commit 0847666

Please sign in to comment.