From 84af1bd4221454562b89c32462463e4d797ed5ab Mon Sep 17 00:00:00 2001 From: j75689 Date: Fri, 15 Dec 2023 17:42:48 +0800 Subject: [PATCH] debug refund swap --- plugins/tokens/plugin.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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++