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: more realistic refr


From: gnunet
Subject: [GNUnet-SVN] [taler-exchange] branch master updated: more realistic refresh output, based on coinsim
Date: Tue, 02 Oct 2018 23:01:18 +0200

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 5fbda29b more realistic refresh output, based on coinsim
5fbda29b is described below

commit 5fbda29b76c24d9614402cd882f14ffc15d67a79
Author: Florian Dold <address@hidden>
AuthorDate: Tue Oct 2 22:59:41 2018 +0200

    more realistic refresh output, based on coinsim
---
 src/exchange-lib/testing_api_cmd_refresh.c | 10 +++-------
 1 file changed, 3 insertions(+), 7 deletions(-)

diff --git a/src/exchange-lib/testing_api_cmd_refresh.c 
b/src/exchange-lib/testing_api_cmd_refresh.c
index 6075ad1c..43c42a17 100644
--- a/src/exchange-lib/testing_api_cmd_refresh.c
+++ b/src/exchange-lib/testing_api_cmd_refresh.c
@@ -887,14 +887,10 @@ refresh_melt_run (void *cls,
   struct RefreshMeltState *rms = cls;
   unsigned int num_fresh_coins;
   const struct TALER_TESTING_Command *coin_command;
+  /* FIXME:  this should be dynamic */
   const char *melt_fresh_amounts[] = {
-    /* with 0.01 withdraw fees (except for 1ct coins),
-       this totals up to exactly EUR:3.97, and with
-       the 0.03 refresh fee, to EUR:4.0 */
-    "EUR:1", "EUR:1", "EUR:1", "EUR:0.1", "EUR:0.1", "EUR:0.1",
-    "EUR:0.1", "EUR:0.1", "EUR:0.1", "EUR:0.1", "EUR:0.1",
-    "EUR:0.01", "EUR:0.01", "EUR:0.01", "EUR:0.01", "EUR:0.01",
-    "EUR:0.01", NULL};
+    "EUR:1", "EUR:1", "EUR:1", "EUR:0.1",
+    NULL};
   const struct TALER_EXCHANGE_DenomPublicKey *fresh_pk;
 
   rms->is = is;

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



reply via email to

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