exchange

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

commit be286139dfaa99caa7c1859a62bada8e4a0e060f
parent 1fa05639288928cfdb3fa245a0156c425a1edb6d
Author: Christian Grothoff <christian@grothoff.org>
Date:   Tue, 12 Nov 2024 18:20:40 +0100

fix typo

Diffstat:
Msrc/exchange-tools/taler-exchange-kyc-trigger.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/exchange-tools/taler-exchange-kyc-trigger.c b/src/exchange-tools/taler-exchange-kyc-trigger.c @@ -94,7 +94,7 @@ kyc_wallet_cb ( { case MHD_HTTP_OK: fprintf (stdout, - "OK, next treshold at %s\n", + "OK, next threshold at %s\n", TALER_amount2s (&ks->details.ok.next_threshold)); break; case MHD_HTTP_UNAVAILABLE_FOR_LEGAL_REASONS: