summaryrefslogtreecommitdiff
path: root/src/exchangedb
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2023-10-29 14:41:49 +0100
committerChristian Grothoff <christian@grothoff.org>2023-10-29 14:41:49 +0100
commitbdff229e8d3a21d70f3326bfebd7ab334bb53647 (patch)
tree7cb1e6258c0ca712bcf6ce94ad46c30177d8226b /src/exchangedb
parentec1dde17ffd66433024f16f5ca83394738cb4baa (diff)
downloadexchange-bdff229e8d3a21d70f3326bfebd7ab334bb53647.tar.gz
exchange-bdff229e8d3a21d70f3326bfebd7ab334bb53647.tar.bz2
exchange-bdff229e8d3a21d70f3326bfebd7ab334bb53647.zip
major clean up of /keys logic, validate offline signatures before /management/keys transaction logic starts
Diffstat (limited to 'src/exchangedb')
-rw-r--r--src/exchangedb/pg_lookup_denomination_key.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/exchangedb/pg_lookup_denomination_key.c b/src/exchangedb/pg_lookup_denomination_key.c
index 20eb703dd..a358528ad 100644
--- a/src/exchangedb/pg_lookup_denomination_key.c
+++ b/src/exchangedb/pg_lookup_denomination_key.c
@@ -60,7 +60,6 @@ TEH_PG_lookup_denomination_key (
GNUNET_PQ_result_spec_end
};
- /* used in #postgres_lookup_denomination_key() */
PREPARE (pg,
"lookup_denomination_key",
"SELECT"