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/wire-plugins/plugin_wire_taler-bank.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/wire-plugins') diff --git a/src/wire-plugins/plugin_wire_taler-bank.c b/src/wire-plugins/plugin_wire_taler-bank.c index 096e81df8..a35fb5d2f 100644 --- a/src/wire-plugins/plugin_wire_taler-bank.c +++ b/src/wire-plugins/plugin_wire_taler-bank.c @@ -619,6 +619,7 @@ taler_bank_prepare_wire_transfer (void *cls, * 0 if the bank's reply is bogus (fails to follow the protocol) * @param ec error code from the bank * @param serial_id unique ID of the wire transfer in the bank's records; UINT64_MAX on error + * @param timestamp time when the transfer was settled by the bank. * @param json detailed response from the HTTPD, or NULL if reply was not JSON */ static void @@ -626,6 +627,7 @@ execute_cb (void *cls, unsigned int http_status, enum TALER_ErrorCode ec, uint64_t serial_id, + struct GNUNET_TIME_Absolute timestamp, const json_t *json) { struct TALER_WIRE_ExecuteHandle *eh = cls; -- cgit v1.2.3