diff options
author | Christian Grothoff <christian@grothoff.org> | 2017-03-15 14:19:57 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2017-03-15 14:19:57 +0100 |
commit | 36195e85ea55eb95152f0b9b10210e9d1b35903a (patch) | |
tree | 07814407a9b57412ce5d006694b400680a2413a9 /src/auditordb | |
parent | 54b3a9e9305bd1edd2529e5d0b95cf6943026fc6 (diff) |
skeleton logic for analyze_coins()
Diffstat (limited to 'src/auditordb')
-rw-r--r-- | src/auditordb/plugin_auditordb_postgres.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/auditordb/plugin_auditordb_postgres.c b/src/auditordb/plugin_auditordb_postgres.c index 1784fdf5e..ebcd0ef85 100644 --- a/src/auditordb/plugin_auditordb_postgres.c +++ b/src/auditordb/plugin_auditordb_postgres.c @@ -2049,7 +2049,7 @@ postgres_update_denomination_balance (void *cls, * melts for the above information * @param[out] last_refund_serial_id up to which point did we consider * refunds for the above information - * @return #GNUNET_OK on success; #GNUNET_SYSERR on failure + * @return #GNUNET_OK on success; #GNUNET_NO if no record found, #GNUNET_SYSERR on failure */ static int postgres_get_denomination_balance (void *cls, |