From e124e05d531af11815e403f3547e167afb80cae6 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Sun, 19 Jan 2020 20:41:51 +0100 Subject: do not apply the same refresh twice --- src/operations/refresh.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/operations/refresh.ts') diff --git a/src/operations/refresh.ts b/src/operations/refresh.ts index 418ec0469..b53baf390 100644 --- a/src/operations/refresh.ts +++ b/src/operations/refresh.ts @@ -238,7 +238,7 @@ async function refreshMelt( rc: refreshSession.hash, value_with_fee: Amounts.toString(refreshSession.amountRefreshInput), }; - logger.trace("melt request:", meltReq); + logger.trace(`melt request for coin:`, meltReq); const resp = await ws.http.postJson(reqUrl.href, meltReq); if (resp.status !== 200) { console.log(`got status ${resp.status} for refresh/melt`); -- cgit v1.2.3