aboutsummaryrefslogtreecommitdiff
path: root/src/mintdb
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-05-07 12:38:17 +0200
committerChristian Grothoff <christian@grothoff.org>2015-05-07 12:38:17 +0200
commit237cab27a94ea019e9fdb3d8cc8d9724b965bc34 (patch)
tree4255527da927a5c09839cd42242267527a08ea13 /src/mintdb
parentbfa62094d99affda447f452bccedc3af305f02ed (diff)
downloadexchange-237cab27a94ea019e9fdb3d8cc8d9724b965bc34.tar.xz
capitalize SQL keywords
Diffstat (limited to 'src/mintdb')
-rw-r--r--src/mintdb/plugin_mintdb_postgres.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mintdb/plugin_mintdb_postgres.c b/src/mintdb/plugin_mintdb_postgres.c
index 911028e40..83a9feefa 100644
--- a/src/mintdb/plugin_mintdb_postgres.c
+++ b/src/mintdb/plugin_mintdb_postgres.c
@@ -434,7 +434,7 @@ postgres_prepare (PGconn *db_conn)
"WHERE blind_ev = $1",
1, NULL);
PREPARE ("get_reserves_blindcoins",
- "select"
+ "SELECT"
" blind_ev"
",denom_pub, denom_sig"
",reserve_sig"