From ed0da1fdb3e85a0d19148b3ec9eb481e8c06c025 Mon Sep 17 00:00:00 2001 From: Marcello Stanisci Date: Mon, 8 Apr 2019 23:53:52 +0200 Subject: /history-range. Implementing the "lib" and "testing-lib" functions to use it. --- src/bank-lib/test_bank_interpreter.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/bank-lib/test_bank_interpreter.c') diff --git a/src/bank-lib/test_bank_interpreter.c b/src/bank-lib/test_bank_interpreter.c index fc7657790..9430e84bb 100644 --- a/src/bank-lib/test_bank_interpreter.c +++ b/src/bank-lib/test_bank_interpreter.c @@ -530,6 +530,7 @@ next (struct InterpreterState *is) * 0 if the bank's reply is bogus (fails to follow the protocol) * @param ec taler status code * @param row_id unique ID of the wire transfer in the bank's records; UINT64_MAX on error + * @param timestamp time stamp of when the transaction settled at the bank * @param json detailed response from the HTTPD, or NULL if reply was not in JSON */ static void @@ -537,6 +538,7 @@ add_incoming_cb (void *cls, unsigned int http_status, enum TALER_ErrorCode ec, uint64_t row_id, + struct GNUNET_TIME_Absolute timestamp, const json_t *json) { struct InterpreterState *is = cls; -- cgit v1.2.3