exchange

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

commit 2c43ff7c0dc1c8872e216407b9ba4a3d4535ed5e
parent e16d60b27fedfb4f3e11f77ff31e87cb1272ea99
Author: Marcello Stanisci <marcello.stanisci@inria.fr>
Date:   Wed, 10 May 2017 11:48:33 +0200

uncommenting the first failing bank-lib interpreter command

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

diff --git a/src/bank-lib/test_bank_api.c b/src/bank-lib/test_bank_api.c @@ -54,7 +54,6 @@ run (void *cls) .details.admin_add_incoming.credit_account_no = 1, .details.admin_add_incoming.debit_account_no = 2, /* Ignored */ .details.admin_add_incoming.amount = "PUDOS:5.01" }, - # if 0 /* Move money from Exchange to Bank */ { .oc = TBI_OC_ADMIN_ADD_INCOMING, .label = "deposit-2", @@ -77,6 +76,7 @@ run (void *cls) .details.history.direction = TALER_BANK_DIRECTION_DEBIT, .details.history.start_row_ref = NULL, .details.history.num_results = 5 }, + # if 0 /* Ask Exchange's outgoing history, last 5 records */ { .oc = TBI_OC_HISTORY, .label = "history-2dr",