From 7ef583bfcbcba922997a5c34ea0321eac65bcc3d Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Wed, 3 Jun 2015 13:53:45 +0200 Subject: [PATCH] remarks on #3812 --- src/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 index 05a21ec70..ecf27e626 100644 --- 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)"