diff options
-rw-r--r-- | packages/taler-util/src/wallet-types.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/taler-util/src/wallet-types.ts b/packages/taler-util/src/wallet-types.ts index f748c0026..0a39bf69f 100644 --- a/packages/taler-util/src/wallet-types.ts +++ b/packages/taler-util/src/wallet-types.ts @@ -1894,7 +1894,7 @@ export const codecForGetWithdrawalDetailsForAmountRequest = .property("exchangeBaseUrl", codecForString()) .property("amount", codecForAmountString()) .property("restrictAge", codecOptional(codecForNumber())) - .property("clientCancellationId", codecForString()) + .property("clientCancellationId", codecOptional(codecForString())) .build("GetWithdrawalDetailsForAmountRequest"); export interface AcceptExchangeTosRequest { |