exchange

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

commit 42dcf052d1283849ce2fa6f9a9504f64021c44f4
parent a57145e172e76a88e7b690e3c45ed0e1f81aa814
Author: Marcello Stanisci <stanisci.m@gmail.com>
Date:   Mon, 28 May 2018 22:54:10 +0200

fix compilation error

Diffstat:
Msrc/exchange-lib/testing_api_cmd_wire.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/exchange-lib/testing_api_cmd_wire.c b/src/exchange-lib/testing_api_cmd_wire.c @@ -170,7 +170,7 @@ wire_run (void *cls, struct TALER_TESTING_Interpreter *is) { struct WireState *ws = cls; - ws->is = i; + ws->is = is; ws->wh = TALER_EXCHANGE_wire (ws->exchange, &wire_cb, ws);