exchange

Base system with REST service to issue digital coins, run by the payment service provider
Log | Files | Refs | Submodules | README | LICENSE

commit 5b1d513af64dca10ce95c4cdbdef679105e8d960
parent c319f1407fef175f8e11ea83540da5ff95b93db3
Author: Florian Dold <florian.dold@gmail.com>
Date:   Tue,  7 Feb 2017 16:23:01 +0100

fix SQL

Diffstat:
Msrc/exchangedb/plugin_exchangedb_postgres.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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"