commit 96befd3e11dec2ff1dab0f02fb0fbb1ce8d80baa
parent d1cda666c629bfc3b5bc0a8f2039f5eaa80a6964
Author: Florian Dold <florian@dold.me>
Date: Wed, 4 Dec 2024 22:48:26 +0100
-optional
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/packages/taler-wallet-core/src/coinSelection.ts b/packages/taler-wallet-core/src/coinSelection.ts
@@ -865,7 +865,7 @@ interface SelectPayCandidatesRequest {
export interface PayCoinCandidates {
coinAvailability: AvailableCoinsOfDenom[];
currentWireFeePerExchange: Record<string, AmountJson>;
- depositRestrictions: Record<string, Record<string, AccountRestriction[]>>;
+ depositRestrictions?: Record<string, Record<string, AccountRestriction[]>>;
}
async function selectPayCandidates(