gnunet-svn
[Top][All Lists]
Advanced

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

[taler-wallet-core] branch master updated: -comments


From: gnunet
Subject: [taler-wallet-core] branch master updated: -comments
Date: Wed, 13 Dec 2023 09:18:43 +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 496ebe7cc -comments
496ebe7cc is described below

commit 496ebe7cce1df7ff0ca89d8873348d8e65943e51
Author: Florian Dold <florian@dold.me>
AuthorDate: Wed Dec 13 09:18:38 2023 +0100

    -comments
---
 packages/taler-util/src/notifications.ts | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/packages/taler-util/src/notifications.ts 
b/packages/taler-util/src/notifications.ts
index 179b6b383..a5c971bdd 100644
--- a/packages/taler-util/src/notifications.ts
+++ b/packages/taler-util/src/notifications.ts
@@ -72,8 +72,15 @@ export interface ExchangeStateTransitionNotification {
    */
   oldExchangeState?: ExchangeEntryState;
 
+  /**
+   * New state of the exchange.
+   */
   newExchangeState: ExchangeEntryState;
 
+  /**
+   * Summary of the error that occurred when trying to update the exchange 
entry,
+   * if applicable.
+   */
   errorInfo?: ErrorInfoSummary;
 }
 

-- 
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]