typo
This commit is contained in:
parent
e40cbd96dd
commit
b6c0f0a29f
@ -723,7 +723,7 @@ postgres_prepare (PGconn *db_conn)
|
|||||||
during /deposit processing. Used in #postgres_have_deposit(). */
|
during /deposit processing. Used in #postgres_have_deposit(). */
|
||||||
PREPARE ("get_deposit",
|
PREPARE ("get_deposit",
|
||||||
"SELECT"
|
"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_val" /* Note: not actually used (yet), #3819 */
|
||||||
",amount_with_fee_frac" /* 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 */
|
",amount_with_fee_curr" /* Note: not actually used (yet), #3819 */
|
||||||
|
Loading…
Reference in New Issue
Block a user