taler-typescript-core

Wallet core logic and WebUIs for various components
Log | Files | Refs | Submodules | README | LICENSE

commit 705a110213c4b3c5a6cdf52aefc217cc3b27e741
parent b7cb0b7fb93cd587f7dbddb17a0988695848c167
Author: Florian Dold <florian@dold.me>
Date:   Tue,  2 Jun 2026 15:01:40 +0200

-more verbose error message

Diffstat:
Mpackages/taler-wallet-core/src/withdraw.ts | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/packages/taler-wallet-core/src/withdraw.ts b/packages/taler-wallet-core/src/withdraw.ts @@ -3862,7 +3862,7 @@ export async function confirmWithdrawal( }); } else if (!withdrawalGroup.isForeignAccount) { throw Error( - "confirming withdrawals with non-foreign accounts and flexible amount is not supported", + "Confirming withdrawals with non-foreign accounts and flexible amount is not supported. Consider adding external-confirmation=1 to the taler://withdraw URI.", ); }