exchange

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

commit f8d11fc10f41a5c4d8e7e82c24203e136ff6489c
parent 61a19b4b4be9c2543623f9d1e2e69968fae93cce
Author: Florian Dold <florian.dold@gmail.com>
Date:   Tue,  7 Feb 2017 16:19:04 +0100

typo

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 @@ -951,7 +951,7 @@ postgres_prepare (PGconn *db_conn) ",wire" ") VALUES " "($1, $2, $3, $4, $5, $6, $7, $8, $9, $10," - " $11, $12, $12);", + " $11, $12);", 12, NULL); /* Used in #postgres_insert_refund() to store refund information */