exchange

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

commit b427b51595867bd3416537aeb8423c713d002300
parent ae25137595de3adf6b54dd65192d4097a39febdc
Author: Marcello Stanisci <stanisci.m@gmail.com>
Date:   Mon,  2 Jul 2018 12:04:32 +0200

polish bank history CMD

Diffstat:
Msrc/bank-lib/testing_api_cmd_history.c | 6++++--
1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/src/bank-lib/testing_api_cmd_history.c b/src/bank-lib/testing_api_cmd_history.c @@ -595,8 +595,10 @@ check_result (struct TALER_TESTING_Interpreter *is, /** * This callback will (1) check that the HTTP response code - * is acceptable and (2) that the history is consistent (FIXME, - * say more about 'consistent'). + * is acceptable and (2) that the history is consistent. The + * consistency is checked by going through all the past CMDs, + * reconstructing then the expected history as of those, and + * finally check it against what the bank returned. * * @param cls closure. * @param http_status HTTP response code, #MHD_HTTP_OK (200)