exchange

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

commit e5b14601ec9ccf058c718010642df365bbfae97f
parent de5c05229fbe3d690c38e1af1be95c6367265031
Author: Christian Grothoff <grothoff@gnunet.org>
Date:   Sat, 18 Jul 2026 12:02:20 +0200

fix cmp

Diffstat:
Msrc/exchangedb/select_batch_deposits_missing_wire.sql | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/exchangedb/select_batch_deposits_missing_wire.sql b/src/exchangedb/select_batch_deposits_missing_wire.sql @@ -28,7 +28,7 @@ DECLARE ,wire_target_h_payto ,wire_deadline FROM batch_deposits - WHERE batch_deposit_serial_id > in_min_serial_id + WHERE batch_deposit_serial_id >= in_min_serial_id ORDER BY batch_deposit_serial_id ASC; DECLARE my_total_val INT8; -- all deposits without wire