diff options
Diffstat (limited to 'src/amount.h')
-rw-r--r-- | src/amount.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 |