aboutsummaryrefslogtreecommitdiff
path: root/src/auditordb
diff options
context:
space:
mode:
authorChristian Blättler <blatc2@bfh.ch>2023-12-05 12:44:25 +0100
committerChristian Blättler <blatc2@bfh.ch>2023-12-05 12:44:25 +0100
commitf99262923121d5c0e1b995e325d97830110f5ce5 (patch)
tree920eb143e689104eb9d4b9882910ae42296bcce1 /src/auditordb
parent9b27ee9c8d7d2bda08c795d9ae60cd2523bd8ffe (diff)
parent4347393e44ca59e305514eeb0d11638c8c38f07d (diff)
Merge branch 'master' into feature/tokens
Diffstat (limited to 'src/auditordb')
-rw-r--r--src/auditordb/pg_select_pending_deposits.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/auditordb/pg_select_pending_deposits.h b/src/auditordb/pg_select_pending_deposits.h
index bbf3e843a..7e085304d 100644
--- a/src/auditordb/pg_select_pending_deposits.h
+++ b/src/auditordb/pg_select_pending_deposits.h
@@ -30,6 +30,8 @@
* Return (batch) deposits for which we have not yet
* seen the required wire transfer.
*
+ * @param cls closure
+ * @param master_pub master public key of the exchange
* @param deadline only return up to this deadline
* @param cb function to call on each entry
* @param cb_cls closure for @a cb