[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-exchange] branch master updated: make unit currency small to let
From: |
gnunet |
Subject: |
[taler-exchange] branch master updated: make unit currency small to let rounding work nicely |
Date: |
Mon, 27 Nov 2023 04:04:17 +0100 |
This is an automated email from the git hooks/post-receive script.
grothoff pushed a commit to branch master
in repository exchange.
The following commit(s) were added to refs/heads/master by this push:
new acaf8ffa make unit currency small to let rounding work nicely
acaf8ffa is described below
commit acaf8ffa2422d3023280c420ad5fc7c0eb58d134
Author: Christian Grothoff <grothoff@gnunet.org>
AuthorDate: Mon Nov 27 12:04:02 2023 +0900
make unit currency small to let rounding work nicely
---
src/lib/test_stefan.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/lib/test_stefan.c b/src/lib/test_stefan.c
index 838cca76..4f7add59 100644
--- a/src/lib/test_stefan.c
+++ b/src/lib/test_stefan.c
@@ -92,7 +92,7 @@ main (int argc,
"INFO",
NULL);
GNUNET_assert (GNUNET_OK ==
- TALER_string_to_amount ("MAGIC:0.13",
+ TALER_string_to_amount ("MAGIC:0.00001",
&dk.value));
GNUNET_assert (GNUNET_OK ==
TALER_string_to_amount ("MAGIC:1",
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [taler-exchange] branch master updated: make unit currency small to let rounding work nicely,
gnunet <=