diff options
author | Christian Grothoff <christian@grothoff.org> | 2019-09-05 10:40:44 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2019-09-05 10:40:44 +0200 |
commit | 8e9ce98661ed402ec4e037b4812feec893c151be (patch) | |
tree | 49f65760bd30132320baaedf5e9f44083e1d188f /src/auditor/taler-auditor.c | |
parent | 1e685a02413b739545dfb5b677d66a327760a9df (diff) |
bugnotes, minor fix
Diffstat (limited to 'src/auditor/taler-auditor.c')
-rw-r--r-- | src/auditor/taler-auditor.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/auditor/taler-auditor.c b/src/auditor/taler-auditor.c index 5a621992e..9d4dff83f 100644 --- a/src/auditor/taler-auditor.c +++ b/src/auditor/taler-auditor.c @@ -1537,6 +1537,7 @@ verify_reserve_balance (void *cls, } /* Check that reserve is being closed if it is past its expiration date */ + /* FIXME: need to consider closing_fee here! */ if ( (CLOSING_GRACE_PERIOD.rel_value_us > GNUNET_TIME_absolute_get_duration ( rs->a_expiration_date).rel_value_us) && |