diff --git a/plugins/tokens/plugin.go b/plugins/tokens/plugin.go index 5a51ac6e5..cf79a3875 100644 --- a/plugins/tokens/plugin.go +++ b/plugins/tokens/plugin.go @@ -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++