summaryrefslogtreecommitdiff
path: root/src/util/amount.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/amount.c')
-rw-r--r--src/util/amount.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/amount.c b/src/util/amount.c
index d52a32cf6..7765c74bb 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)
/**