exchange

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

commit 7ef583bfcbcba922997a5c34ea0321eac65bcc3d
parent 9e981afa3fccf52bc07be70197a4772ecceef606
Author: Christian Grothoff <christian@grothoff.org>
Date:   Wed,  3 Jun 2015 13:53:45 +0200

remarks on #3812

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

diff --git a/src/mintdb/plugin_mintdb_postgres.c b/src/mintdb/plugin_mintdb_postgres.c @@ -308,7 +308,7 @@ postgres_create_tables (void *cls, be total (with fee), but then we should make that explicit in the name. Also should we not include both amounts (or also the fee explicitly) in the table - to ease auditing of operations? + to ease auditing of operations? (#3812) */ SQLEXEC("CREATE TABLE IF NOT EXISTS refresh_melts " "(coin_pub BYTEA NOT NULL REFERENCES known_coins (coin_pub)"