summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2017-11-02 16:51:48 +0100
committerChristian Grothoff <christian@grothoff.org>2017-11-02 16:51:48 +0100
commitdb3c29711f0845010852ddc23e2f33786a585023 (patch)
treec5943ca7d41e980f5358a2c0cd81eaebec7400e6 /ChangeLog
parentb6907bb6bf640b678ba05f65b4cca7d78181945f (diff)
downloadexchange-db3c29711f0845010852ddc23e2f33786a585023.tar.gz
exchange-db3c29711f0845010852ddc23e2f33786a585023.tar.bz2
exchange-db3c29711f0845010852ddc23e2f33786a585023.zip
fix balance calculation for reserve withdrawals
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2f123098b..80697eed5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Thu Nov 2 16:50:46 CET 2017
+ Fixing serious bug in reserve balance calculations, as
+ fees were not always properly included in the summation. -CG
+
Tue Oct 31 13:43:55 CET 2017
Extended crypto API to provide planchet generation functions
explicitly (to be used on withdraw, refresh and tipping).