[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-wallet-core] branch master updated: wallet-core: parse useForeign
From: |
gnunet |
Subject: |
[taler-wallet-core] branch master updated: wallet-core: parse useForeignAccount field |
Date: |
Wed, 27 Nov 2024 14:53:44 +0100 |
This is an automated email from the git hooks/post-receive script.
dold pushed a commit to branch master
in repository wallet-core.
The following commit(s) were added to refs/heads/master by this push:
new 75596cc01 wallet-core: parse useForeignAccount field
75596cc01 is described below
commit 75596cc0145e24f341326e57c5245e3851b350de
Author: Florian Dold <florian@dold.me>
AuthorDate: Wed Nov 27 14:53:39 2024 +0100
wallet-core: parse useForeignAccount field
---
packages/taler-util/src/types-taler-wallet.ts | 1 +
1 file changed, 1 insertion(+)
diff --git a/packages/taler-util/src/types-taler-wallet.ts
b/packages/taler-util/src/types-taler-wallet.ts
index 14b1dce0e..ae5aa2021 100644
--- a/packages/taler-util/src/types-taler-wallet.ts
+++ b/packages/taler-util/src/types-taler-wallet.ts
@@ -2250,6 +2250,7 @@ export const codecForWithdrawTestBalance =
.property("exchangeBaseUrl", codecForCanonBaseUrl())
.property("forcedDenomSel", codecForAny())
.property("corebankApiBaseUrl", codecForCanonBaseUrl())
+ .property("useForeignAccount", codecOptional(codecForBoolean()))
.build("WithdrawTestBalanceRequest");
export interface SetCoinSuspendedRequest {
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [taler-wallet-core] branch master updated: wallet-core: parse useForeignAccount field,
gnunet <=