bad missig space in SQL

This commit is contained in:
Christian Grothoff 2015-06-03 14:40:59 +02:00
parent 321208972d
commit d4f5af2151

View File

@ -710,10 +710,10 @@ postgres_prepare (PGconn *db_conn)
",h_wire"
",coin_sig"
" FROM deposits"
"WHERE ("
" (coin_pub = $1) AND"
" (transaction_id = $2) AND"
" (merchant_pub = $3)"
" WHERE ("
" (coin_pub=$1) AND"
" (transaction_id=$2) AND"
" (merchant_pub=$3)"
" )",
3, NULL);
PREPARE ("get_deposit_with_coin_pub",