diff options
| author | Florian Dold <florian.dold@gmail.com> | 2017-02-07 16:23:01 +0100 | 
|---|---|---|
| committer | Florian Dold <florian.dold@gmail.com> | 2017-02-07 16:23:01 +0100 | 
| commit | 5b1d513af64dca10ce95c4cdbdef679105e8d960 (patch) | |
| tree | 9b619a9d984eb6fdc86ac71a755740d62e55bf94 /src/exchangedb | |
| parent | c319f1407fef175f8e11ea83540da5ff95b93db3 (diff) | |
fix SQL
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" | 
