gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-exchange] branch master updated (562b2cd -> ba711d7)


From: gnunet
Subject: [GNUnet-SVN] [taler-exchange] branch master updated (562b2cd -> ba711d7)
Date: Mon, 02 Jul 2018 11:40:11 +0200

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

marcello pushed a change to branch master
in repository exchange.

    from 562b2cd  Addressing #5332
     new e7d9187  polish refresh CMD
     new ba711d7  polish refresh CMD

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:
 src/exchange-lib/testing_api_cmd_refresh.c | 10 +---------
 1 file changed, 1 insertion(+), 9 deletions(-)

diff --git a/src/exchange-lib/testing_api_cmd_refresh.c 
b/src/exchange-lib/testing_api_cmd_refresh.c
index 28be037..5e273a3 100644
--- a/src/exchange-lib/testing_api_cmd_refresh.c
+++ b/src/exchange-lib/testing_api_cmd_refresh.c
@@ -69,12 +69,6 @@ struct RefreshMeltState
   unsigned int double_melt;
 
   /**
-   * Amount to be melted.  FIXME: this value is useless
-   * here as the @a melted_coin field (below) has already it.
-   */
-  const char *amount;
-
-  /**
    * Information about coins to be melted.
    */
   struct MeltDetails melted_coin;
@@ -878,7 +872,6 @@ TALER_TESTING_cmd_refresh_melt
   md.amount = amount;
 
   rms = GNUNET_new (struct RefreshMeltState);
-  rms->amount = amount;
   rms->melted_coin = md;
   rms->expected_response_code = expected_response_code;
   rms->exchange = exchange;
@@ -899,7 +892,7 @@ TALER_TESTING_cmd_refresh_melt
  *
  * @param label command label
  * @param exchange connection to the exchange
- * @param amount FIXME not used.
+ * @param amount amount to be melted.
  * @param coin_reference reference to a command that will provide
  *        a coin to refresh
  * @param expected_response_code expected HTTP code
@@ -922,7 +915,6 @@ TALER_TESTING_cmd_refresh_melt_double
   md.amount = amount;
 
   rms = GNUNET_new (struct RefreshMeltState);
-  rms->amount = amount;
   rms->melted_coin = md;
   rms->expected_response_code = expected_response_code;
   rms->exchange = exchange;

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



reply via email to

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