exchange

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

commit 2d7ffcbbd516455b4ece252efe8cd923692faa90
parent 2441001c9925987f4f0f953ef0be3fa987b9970a
Author: Christian Grothoff <christian@grothoff.org>
Date:   Sun, 22 Jun 2025 11:55:48 +0200

adjust dummy sanctions helper to current IPC protocol

Diffstat:
Msrc/kyclogic/taler-exchange-helper-sanctions-dummy.c | 5++---
1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/src/kyclogic/taler-exchange-helper-sanctions-dummy.c b/src/kyclogic/taler-exchange-helper-sanctions-dummy.c @@ -58,10 +58,9 @@ main (int argc, } json_decref (input); fprintf (stdout, - "%f %f %llu dummy\n", + "%f %f dummy\n", match, - confidence, - (unsigned long long) GNUNET_TIME_timestamp_to_s (expiration)); + confidence); fflush (stdout); } return 0;