fix SQL
This commit is contained in:
parent
c319f1407f
commit
5b1d513af6
@ -1113,7 +1113,7 @@ postgres_prepare (PGconn *db_conn)
|
|||||||
about how a coin has been spend with /deposit requests. */
|
about how a coin has been spend with /deposit requests. */
|
||||||
PREPARE ("get_deposit_with_coin_pub",
|
PREPARE ("get_deposit_with_coin_pub",
|
||||||
"SELECT"
|
"SELECT"
|
||||||
",amount_with_fee_val"
|
" amount_with_fee_val"
|
||||||
",amount_with_fee_frac"
|
",amount_with_fee_frac"
|
||||||
",amount_with_fee_curr"
|
",amount_with_fee_curr"
|
||||||
",denom.fee_deposit_val"
|
",denom.fee_deposit_val"
|
||||||
|
Loading…
Reference in New Issue
Block a user