From 159591d0be133ac8d5537ef4a8ae9e55aa813443 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Fri, 26 Jan 2024 22:39:46 +0100 Subject: work on #8061, needs more testing --- src/backenddb/pg_update_deposit_confirmation_status.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/backenddb/pg_update_deposit_confirmation_status.h') diff --git a/src/backenddb/pg_update_deposit_confirmation_status.h b/src/backenddb/pg_update_deposit_confirmation_status.h index b494a3a1..ae995fec 100644 --- a/src/backenddb/pg_update_deposit_confirmation_status.h +++ b/src/backenddb/pg_update_deposit_confirmation_status.h @@ -32,6 +32,7 @@ * * @param cls closure * @param deposit_serial deposit to update status for + * @param wire_pending did the exchange say that the wire is still pending? * @param future_retry when should we ask the exchange again * @param retry_backoff current value for the retry backoff * @param emsg error message to record @@ -41,6 +42,7 @@ enum GNUNET_DB_QueryStatus TMH_PG_update_deposit_confirmation_status ( void *cls, uint64_t deposit_serial, + bool wire_pending, struct GNUNET_TIME_Timestamp future_retry, struct GNUNET_TIME_Relative retry_backoff, const char *emsg); -- cgit v1.2.3