summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-06-10 10:59:04 +0200
committerChristian Grothoff <christian@grothoff.org>2015-06-10 10:59:04 +0200
commitb6c0f0a29f13abe7a0e58c3eb8f69f654849d399 (patch)
treec23c47bb17bc25eaa7daa13877951f43d51dd829 /src
parente40cbd96dde9ee6b103db165d1b7ccc5e304efd2 (diff)
downloadexchange-b6c0f0a29f13abe7a0e58c3eb8f69f654849d399.tar.gz
exchange-b6c0f0a29f13abe7a0e58c3eb8f69f654849d399.tar.bz2
exchange-b6c0f0a29f13abe7a0e58c3eb8f69f654849d399.zip
typo
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 710241d7a..e611437e4 100644
--- a/src/mintdb/plugin_mintdb_postgres.c
+++ b/src/mintdb/plugin_mintdb_postgres.c
@@ -723,7 +723,7 @@ postgres_prepare (PGconn *db_conn)
during /deposit processing. Used in #postgres_have_deposit(). */
PREPARE ("get_deposit",
"SELECT"
- ",denom_pub" /* Note: not actually used (yet), #3819 */
+ " denom_pub" /* Note: not actually used (yet), #3819 */
",amount_with_fee_val" /* Note: not actually used (yet), #3819 */
",amount_with_fee_frac" /* Note: not actually used (yet), #3819 */
",amount_with_fee_curr" /* Note: not actually used (yet), #3819 */