taler-typescript-core

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

commit e38a967023ffe5e8229aef25f673daff44f99dc4
parent c767e62e28d16cbde275f450d442741309294f21
Author: Florian Dold <florian@dold.me>
Date:   Wed, 10 Jul 2024 12:58:41 +0200

-reverse arrow

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 @@ -3585,7 +3585,7 @@ async function fetchAccount( }); if (reservePub != null) { paytoUri = addPaytoQueryParams(paytoUri, { - message: `Taler<- ${reservePub}`, + message: `Taler-> ${reservePub}`, }); } const acctInfo: WithdrawalExchangeAccountDetails = {