gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-wallet-core] branch master updated (d06accc78 -> 4d04604fd)


From: gnunet
Subject: [taler-wallet-core] branch master updated (d06accc78 -> 4d04604fd)
Date: Wed, 15 May 2024 12:02:03 +0200

This is an automated email from the git hooks/post-receive script.

dold pushed a change to branch master
in repository wallet-core.

    from d06accc78 fix some inputs
     new d70ede02d wallet-core: missing wait in transaction reset
     new 4d04604fd wallet-core: remove un-i18n-ized word from wire subject

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 packages/taler-wallet-core/src/transactions.ts | 2 +-
 packages/taler-wallet-core/src/withdraw.ts     | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/packages/taler-wallet-core/src/transactions.ts 
b/packages/taler-wallet-core/src/transactions.ts
index f6216d641..1a5ac8f6a 100644
--- a/packages/taler-wallet-core/src/transactions.ts
+++ b/packages/taler-wallet-core/src/transactions.ts
@@ -1726,7 +1726,7 @@ export async function retryTransaction(
   logger.info(`resetting retry timeout for ${transactionId}`);
   const taskId = maybeTaskFromTransaction(transactionId);
   if (taskId) {
-    wex.taskScheduler.resetTaskRetries(taskId);
+    await wex.taskScheduler.resetTaskRetries(taskId);
   }
 }
 
diff --git a/packages/taler-wallet-core/src/withdraw.ts 
b/packages/taler-wallet-core/src/withdraw.ts
index 81e104014..814201809 100644
--- a/packages/taler-wallet-core/src/withdraw.ts
+++ b/packages/taler-wallet-core/src/withdraw.ts
@@ -2222,7 +2222,7 @@ export function augmentPaytoUrisForWithdrawal(
   return plainPaytoUris.map((x) =>
     addPaytoQueryParams(x, {
       amount: Amounts.stringify(instructedAmount),
-      message: `Taler Withdrawal ${reservePub}`,
+      message: `Taler ${reservePub}`,
     }),
   );
 }
@@ -3164,7 +3164,7 @@ async function fetchAccount(
   });
   if (reservePub != null) {
     paytoUri = addPaytoQueryParams(paytoUri, {
-      message: `Taler Withdrawal ${reservePub}`,
+      message: `Taler ${reservePub}`,
     });
   }
   const acctInfo: WithdrawalExchangeAccountDetails = {

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]