Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
beer-1 committed Nov 5, 2024
1 parent 885391c commit 09848b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/posthandler/gasrefund.go
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ func (erd *GasRefundDecorator) safeRefund(ctx sdk.Context, feePayer sdk.AccAddre
if r := recover(); r != nil {
switch r := r.(type) {
case storetypes.ErrorOutOfGas:
erd.logger.Error("failed to refund gas", "err", r, "feePayer", feePayer, "refudnAmount", coinsRefund)
erd.logger.Error("failed to refund gas", "err", r, "feePayer", feePayer, "refundAmount", coinsRefund)
default:
panic(r)
}
Expand Down

0 comments on commit 09848b7

Please sign in to comment.