summaryrefslogtreecommitdiff
path: root/packages/taler-wallet-core/src/withdraw.ts
diff options
context:
space:
mode:
authorFlorian Dold <florian@dold.me>2024-03-25 20:53:58 +0100
committerFlorian Dold <florian@dold.me>2024-03-25 20:53:58 +0100
commit0d69feb8057b6b812879ff38f1b3b85712817d94 (patch)
treea8c59ab185d10b19e97ba8cdc2f7d29ad5b1ea23 /packages/taler-wallet-core/src/withdraw.ts
parentbd70ccfddfb9f993a5951a31be5bdc982fe1a58f (diff)
downloadwallet-core-0d69feb8057b6b812879ff38f1b3b85712817d94.tar.gz
wallet-core-0d69feb8057b6b812879ff38f1b3b85712817d94.tar.bz2
wallet-core-0d69feb8057b6b812879ff38f1b3b85712817d94.zip
wallet-core: re-denomination of refresh groups
Diffstat (limited to 'packages/taler-wallet-core/src/withdraw.ts')
-rw-r--r--packages/taler-wallet-core/src/withdraw.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/taler-wallet-core/src/withdraw.ts b/packages/taler-wallet-core/src/withdraw.ts
index 625d5dca4..9d9d2bea6 100644
--- a/packages/taler-wallet-core/src/withdraw.ts
+++ b/packages/taler-wallet-core/src/withdraw.ts
@@ -1194,7 +1194,7 @@ async function processPlanchetVerifyAndStoreCoin(
* Make sure that denominations that currently can be used for withdrawal
* are validated, and the result of validation is stored in the database.
*/
-async function updateWithdrawalDenoms(
+export async function updateWithdrawalDenoms(
wex: WalletExecutionContext,
exchangeBaseUrl: string,
): Promise<void> {