From 7de5ceaa74a2d0d99bf3699b0818c470d1202dc7 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Wed, 13 Jan 2021 00:51:30 +0100 Subject: auto format --- packages/taler-wallet-core/src/operations/withdraw.ts | 2 -- 1 file changed, 2 deletions(-) (limited to 'packages/taler-wallet-core/src/operations/withdraw.ts') diff --git a/packages/taler-wallet-core/src/operations/withdraw.ts b/packages/taler-wallet-core/src/operations/withdraw.ts index c2dfcd1c4..d28bea1e1 100644 --- a/packages/taler-wallet-core/src/operations/withdraw.ts +++ b/packages/taler-wallet-core/src/operations/withdraw.ts @@ -86,7 +86,6 @@ export function isWithdrawableDenom(d: DenominationRecord): boolean { return started && stillOkay && !d.isRevoked; } - /** * Get a list of denominations (with repetitions possible) * whose total value is as close as possible to the available @@ -562,7 +561,6 @@ export async function updateWithdrawalDenoms( } } - async function incrementWithdrawalRetry( ws: InternalWalletState, withdrawalGroupId: string, -- cgit v1.2.3