summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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"