exchange

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

commit 81148fb6dfbe1181fa5323d26016a58513e36cc6
parent 0b8081fe220331d44b24bec247c04e239564d1f3
Author: Marcello Stanisci <marcello.stanisci@inria.fr>
Date:   Wed, 28 Sep 2016 20:32:34 +0200

typo

Diffstat:
Msrc/exchange/taler-exchange-httpd_reserve.c | 2+-
Msrc/taler.conf | 2+-
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/exchange/taler-exchange-httpd_reserve.c b/src/exchange/taler-exchange-httpd_reserve.c @@ -69,7 +69,7 @@ TMH_RESERVE_handler_reserve_status (struct TMH_RequestHandler *rh, * Handle a "/reserve/withdraw" request. Parses the "reserve_pub" * EdDSA key of the reserve and the requested "denom_pub" which * specifies the key/value of the coin to be withdrawn, and checks - * that the signature "reserve_sig" makes this a valid withdrawl + * that the signature "reserve_sig" makes this a valid withdrawal * request from the specified reserve. If so, the envelope * with the blinded coin "coin_ev" is passed down to execute the * withdrawl operation. diff --git a/src/taler.conf b/src/taler.conf @@ -1,2 +1,2 @@ -[taler] + [taler] CURRENCY = KUDOS