diff options
author | Christian Blättler <blatc2@bfh.ch> | 2023-12-05 12:44:25 +0100 |
---|---|---|
committer | Christian Blättler <blatc2@bfh.ch> | 2023-12-05 12:44:25 +0100 |
commit | f99262923121d5c0e1b995e325d97830110f5ce5 (patch) | |
tree | 920eb143e689104eb9d4b9882910ae42296bcce1 /src/auditordb | |
parent | 9b27ee9c8d7d2bda08c795d9ae60cd2523bd8ffe (diff) | |
parent | 4347393e44ca59e305514eeb0d11638c8c38f07d (diff) |
Merge branch 'master' into feature/tokens
Diffstat (limited to 'src/auditordb')
-rw-r--r-- | src/auditordb/pg_select_pending_deposits.h | 2 |
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 |