bad missig space in SQL
This commit is contained in:
parent
321208972d
commit
d4f5af2151
@ -710,10 +710,10 @@ postgres_prepare (PGconn *db_conn)
|
|||||||
",h_wire"
|
",h_wire"
|
||||||
",coin_sig"
|
",coin_sig"
|
||||||
" FROM deposits"
|
" FROM deposits"
|
||||||
"WHERE ("
|
" WHERE ("
|
||||||
" (coin_pub = $1) AND"
|
" (coin_pub=$1) AND"
|
||||||
" (transaction_id = $2) AND"
|
" (transaction_id=$2) AND"
|
||||||
" (merchant_pub = $3)"
|
" (merchant_pub=$3)"
|
||||||
" )",
|
" )",
|
||||||
3, NULL);
|
3, NULL);
|
||||||
PREPARE ("get_deposit_with_coin_pub",
|
PREPARE ("get_deposit_with_coin_pub",
|
||||||
|
Loading…
Reference in New Issue
Block a user