commit 6006fc80d74ae89e0a038bbd7d33bc3398eaad10 parent 51067e986316810dc577db8613896d81ca2a7a5a Author: Florian Dold <florian@dold.me> Date: Tue, 27 May 2025 21:44:56 +0200 -do not unnecessarily back off Diffstat:
| M | packages/taler-wallet-core/src/deposits.ts | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/packages/taler-wallet-core/src/deposits.ts b/packages/taler-wallet-core/src/deposits.ts @@ -931,7 +931,7 @@ async function refundDepositGroup( } } - return TaskRunResult.backoff(); + return TaskRunResult.progress(); } /**