diff options
Diffstat (limited to 'src/exchangedb')
| -rw-r--r-- | src/exchangedb/plugin_exchangedb_postgres.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/src/exchangedb/plugin_exchangedb_postgres.c b/src/exchangedb/plugin_exchangedb_postgres.c index 4e4acb71..ebca07fa 100644 --- a/src/exchangedb/plugin_exchangedb_postgres.c +++ b/src/exchangedb/plugin_exchangedb_postgres.c @@ -1113,7 +1113,7 @@ postgres_prepare (PGconn *db_conn)       about how a coin has been spend with /deposit requests. */    PREPARE ("get_deposit_with_coin_pub",             "SELECT" -           ",amount_with_fee_val" +           " amount_with_fee_val"             ",amount_with_fee_frac"             ",amount_with_fee_curr"             ",denom.fee_deposit_val" | 
