diff options
author | Christian Grothoff <christian@grothoff.org> | 2022-07-05 11:46:02 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2022-07-05 11:46:02 +0200 |
commit | 75dbf20cedb45d806a93b35124d10d9746527e88 (patch) | |
tree | e9a1674a1f9da403b7ada188f5396f3eda452720 /src/exchangedb | |
parent | 3453126eb7985c6f311597bf4acf3682f3a3dc9b (diff) |
-annotate bugs
Diffstat (limited to 'src/exchangedb')
-rw-r--r-- | src/exchangedb/plugin_exchangedb_postgres.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/exchangedb/plugin_exchangedb_postgres.c b/src/exchangedb/plugin_exchangedb_postgres.c index cbacebbd6..e5504e645 100644 --- a/src/exchangedb/plugin_exchangedb_postgres.c +++ b/src/exchangedb/plugin_exchangedb_postgres.c @@ -15553,7 +15553,7 @@ postgres_do_purse_deposit ( bool *conflict) { struct PostgresClosure *pg = cls; - uint64_t partner_id = 0; /* FIXME: WAD support... */ + uint64_t partner_id = 0; /* FIXME #7271: WAD support... */ struct GNUNET_PQ_QueryParam params[] = { GNUNET_PQ_query_param_uint64 (&partner_id), GNUNET_PQ_query_param_auto_from_type (purse_pub), |