commit 9214c20203aee4d44656144fb6ec8c7792e6dc62 parent 409d8c84fb453c014bd6c75b57b3f744dedd079d Author: Florian Dold <florian@dold.me> Date: Sat, 18 Jul 2026 17:03:49 +0200 fix use before assignment in log statement Diffstat:
| M | packages/taler-wallet-core/src/pay-merchant.ts | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/packages/taler-wallet-core/src/pay-merchant.ts b/packages/taler-wallet-core/src/pay-merchant.ts @@ -1784,8 +1784,8 @@ async function handleInsufficientFunds( return TaskRunResult.progress(); } - logger.trace(`excluding broken coin pub=${brokenCoinPub}`); brokenCoinPub = (exchangeReply as any).coin_pub; + logger.trace(`excluding broken coin pub=${brokenCoinPub}`); if (!brokenCoinPub) { await ctx.failTransaction(proposal.purchaseStatus, {