summaryrefslogtreecommitdiff
path: root/src/bank-lib
diff options
context:
space:
mode:
authorMarcello Stanisci <stanisci.m@gmail.com>2018-07-02 12:04:32 +0200
committerMarcello Stanisci <stanisci.m@gmail.com>2018-07-02 12:04:32 +0200
commitb427b51595867bd3416537aeb8423c713d002300 (patch)
treeb199869130ac47756ff05a5dc623e7d306adb2bb /src/bank-lib
parentae25137595de3adf6b54dd65192d4097a39febdc (diff)
downloadexchange-b427b51595867bd3416537aeb8423c713d002300.tar.gz
exchange-b427b51595867bd3416537aeb8423c713d002300.tar.bz2
exchange-b427b51595867bd3416537aeb8423c713d002300.zip
polish bank history CMD
Diffstat (limited to 'src/bank-lib')
-rw-r--r--src/bank-lib/testing_api_cmd_history.c6
1 files 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
index 361315ee9..9482361ae 100644
--- 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)