summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/backenddb/plugin_merchantdb_postgres.c11
1 files changed, 6 insertions, 5 deletions
diff --git a/src/backenddb/plugin_merchantdb_postgres.c b/src/backenddb/plugin_merchantdb_postgres.c
index bf9faea0..3d31b5c2 100644
--- a/src/backenddb/plugin_merchantdb_postgres.c
+++ b/src/backenddb/plugin_merchantdb_postgres.c
@@ -7797,14 +7797,15 @@ postgres_lookup_all_webhooks (void *cls,
*
* @param cls closure
* @param webhook_serial webhook that need to be update
- * @param next_attempt when we should make the next request to the webhook
+ * @param pwb details about the next pending webhook
* @return database result code
*/
static enum GNUNET_DB_QueryStatus
-postgres_update_pending_webhook(void *cls,
- uint64_t webhook_serial,
- const struct TALER_MERCHANTDB_PendingWebhookDetails *pwb)
- // maybe add: http status of failure?
+postgres_update_pending_webhook (void *cls,
+ uint64_t webhook_serial,
+ const struct
+ TALER_MERCHANTDB_PendingWebhookDetails *pwb)
+// maybe add: http status of failure?
{
struct PostgresClosure *pg = cls;
struct GNUNET_PQ_QueryParam params[] = {