commit e24e845b7dcad80afcb5af526e44db2e9f8ca548
parent 704e0913c62e4d2435cf46f911152820c19592f3
Author: Marcello Stanisci <stanisci.m@gmail.com>
Date: Mon, 8 Apr 2019 00:56:00 +0200
debug message
Diffstat:
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/src/bank-lib/fakebank.c b/src/bank-lib/fakebank.c
@@ -46,7 +46,6 @@
*/
struct Transaction
{
-
/**
* We store transactions in a DLL.
*/
@@ -1256,6 +1255,9 @@ handle_history_new (struct TALER_FAKEBANK_Handle *h,
/* list is empty */
pos = NULL;
}
+ GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
+ "/history, start row (0 == no transactions exist): %llu\n",
+ NULL != pos ? pos->row_id : 0);
return build_history_response (connection,
pos,