diff options
Diffstat (limited to 'src/amount.cc')
-rw-r--r-- | src/amount.cc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/amount.cc b/src/amount.cc index 9dea532c..66934947 100644 --- a/src/amount.cc +++ b/src/amount.cc @@ -488,7 +488,10 @@ void amount_t::in_place_unround() return; _dup(); + + DEBUG("amount.unround", "Unrounding " << *this); set_keep_precision(true); + DEBUG("amount.unround", "Unrounded = " << *this); } void amount_t::in_place_reduce() |