Skip to content

Commit

Permalink
debug refund swap
Browse files Browse the repository at this point in the history
  • Loading branch information
j75689 committed Dec 15, 2023
1 parent c7059cd commit 84af1bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/tokens/plugin.go
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ func EndBlocker(ctx sdk.Context, timelockKeeper timelock.Keeper, swapKeeper swap
SwapID: swapID,
})
if !result.IsOK() {
logger.Error("Refund error", "swapId", swapID, result.Tags)
logger.Error("Refund error", "swapId", swapID, "result", fmt.Sprintf("%+v", result))
continue
}
i++
Expand Down

0 comments on commit 84af1bd

Please sign in to comment.