From 1921f011898b5e2e689d3ea2e0d1baf4fc8d92e4 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Sun, 23 Nov 2008 23:37:24 -0400 Subject: Change default precision extension back to 6, rather than rewriting all of the unit tests. 6 was good enough. --- src/amount.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/amount.h') diff --git a/src/amount.h b/src/amount.h index 62a4a74b..0a9038f2 100644 --- a/src/amount.h +++ b/src/amount.h @@ -104,7 +104,7 @@ public: * The number of places of precision by which values are extended to * avoid losing precision during division and multiplication. */ - static const unsigned int extend_by_digits = 8U; + static const unsigned int extend_by_digits = 6U; /** * The current_pool is a static variable indicating which commodity -- cgit v1.2.3