exchange

Base system with REST service to issue digital coins, run by the payment service provider
Log | Files | Refs | Submodules | README | LICENSE

commit 5a96c528b3d32e1edb0e9aa2d0835d704685d03c
parent b164e090dc85bf60103dcd254242979096590def
Author: Christian Grothoff <christian@grothoff.org>
Date:   Sat,  7 Dec 2019 16:51:24 +0100

mark unused argument

Diffstat:
Msrc/auditor/taler-auditor.c | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/src/auditor/taler-auditor.c b/src/auditor/taler-auditor.c @@ -1116,6 +1116,8 @@ handle_reserve_out (void *cls, struct GNUNET_TIME_Absolute expire_withdraw; enum GNUNET_DB_QueryStatus qs; + (void) denom_sig; /* FIXME: checked elsewhere? If so, potential for + optimization to simply not fetch this value from DB! */ /* should be monotonically increasing */ GNUNET_assert (rowid >= ppr.last_reserve_out_serial_id); ppr.last_reserve_out_serial_id = rowid + 1;