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: lets use 52, the nu


From: gnunet
Subject: [GNUnet-SVN] [taler-exchange] branch master updated: lets use 52, the number of bits stored
Date: Thu, 02 Nov 2017 18:42:19 +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 169962d  lets use 52, the number of bits stored
169962d is described below

commit 169962d769c70ee0c95a5e252959348ea3b49abd
Author: Christian Grothoff <address@hidden>
AuthorDate: Thu Nov 2 18:42:12 2017 +0100

    lets use 52, the number of bits stored
---
 src/util/amount.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/util/amount.c b/src/util/amount.c
index d52a32c..7765c74 100644
--- a/src/util/amount.c
+++ b/src/util/amount.c
@@ -32,7 +32,7 @@
 /**
  * Maximum legal 'value' for an amount, based on IEEE double (for JavaScript 
compatibility).
  */
-#define MAX_AMOUNT_VALUE (1LLU << 53)
+#define MAX_AMOUNT_VALUE (1LLU << 52)
 
 
 /**

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



reply via email to

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