Skip to content

Commit

Permalink
chore: fix spelling errors (#19756)
Browse files Browse the repository at this point in the history
Co-authored-by: github-merge-queue <118344674+github-merge-queue@users.noreply.github.com>
Co-authored-by: Julien Robert <julien@rbrt.fr>
  • Loading branch information
3 people authored Mar 14, 2024
1 parent c807aae commit 1b545a5
Show file tree
Hide file tree
Showing 4 changed files with 79 additions and 79 deletions.
58 changes: 29 additions & 29 deletions api/cosmos/accounts/defaults/lockup/tx.pulsar.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion x/accounts/defaults/lockup/lockup.go
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ func (bva *BaseLockup) WithdrawUnlockedCoins(
}

return &lockuptypes.MsgWithdrawResponse{
Reciever: msg.ToAddress,
Receiver: msg.ToAddress,
AmountReceived: amount,
}, nil
}
Expand Down
96 changes: 48 additions & 48 deletions x/accounts/defaults/lockup/types/tx.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 1b545a5

Please sign in to comment.