gnunet-svn
[Top][All Lists]
Advanced

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

[taler-exchange] branch master updated: minor comment fixes


From: gnunet
Subject: [taler-exchange] branch master updated: minor comment fixes
Date: Sun, 19 Jan 2020 22:57:48 +0100

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

dold pushed a commit to branch master
in repository exchange.

The following commit(s) were added to refs/heads/master by this push:
     new 73d9ef6c minor comment fixes
73d9ef6c is described below

commit 73d9ef6c3411aee5c4926d573c26e3b972149b9e
Author: Florian Dold <address@hidden>
AuthorDate: Sun Jan 19 22:57:39 2020 +0100

    minor comment fixes
---
 src/exchange/taler-exchange-aggregator.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/exchange/taler-exchange-aggregator.c 
b/src/exchange/taler-exchange-aggregator.c
index 2869e5fa..98b8dd34 100644
--- a/src/exchange/taler-exchange-aggregator.c
+++ b/src/exchange/taler-exchange-aggregator.c
@@ -85,7 +85,7 @@ struct WirePrepareData
   struct TALER_BANK_WireExecuteHandle *eh;
 
   /**
-   * Wire plugin used for this preparation.
+   * Wire account used for this preparation.
    */
   struct WireAccount *wa;
 
@@ -242,12 +242,12 @@ static struct GNUNET_CONFIGURATION_Handle *cfg;
 static struct TALER_EXCHANGEDB_Plugin *db_plugin;
 
 /**
- * Head of list of loaded wire plugins.
+ * Head of list wire accounts of the exchange.
  */
 static struct WireAccount *wa_head;
 
 /**
- * Tail of list of loaded wire plugins.
+ * Head of list wire accounts of the exchange.
  */
 static struct WireAccount *wa_tail;
 

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

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