From 49f362ba6d3f3b99be1dba9ba1fe50fe49856d75 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Fri, 15 May 2020 22:54:39 +0530 Subject: fix some transaction list issues --- src/operations/refresh.ts | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'src/operations/refresh.ts') diff --git a/src/operations/refresh.ts b/src/operations/refresh.ts index 5563d94de..2d7ffad22 100644 --- a/src/operations/refresh.ts +++ b/src/operations/refresh.ts @@ -73,10 +73,9 @@ export function getTotalRefreshCost( ).amount; const totalCost = Amounts.sub(amountLeft, resultingAmount).amount; logger.trace( - "total refresh cost for", - amountToPretty(amountLeft), - "is", - amountToPretty(totalCost), + `total refresh cost for ${amountToPretty(amountLeft)} is ${amountToPretty( + totalCost, + )}`, ); return totalCost; } -- cgit v1.2.3