summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-06-03 13:53:45 +0200
committerChristian Grothoff <christian@grothoff.org>2015-06-03 13:53:45 +0200
commit7ef583bfcbcba922997a5c34ea0321eac65bcc3d (patch)
tree67ffc33f4376579f9b9684198c70f0c5f8048e6a /src
parent9e981afa3fccf52bc07be70197a4772ecceef606 (diff)
downloadexchange-7ef583bfcbcba922997a5c34ea0321eac65bcc3d.tar.gz
exchange-7ef583bfcbcba922997a5c34ea0321eac65bcc3d.tar.bz2
exchange-7ef583bfcbcba922997a5c34ea0321eac65bcc3d.zip
remarks on #3812
Diffstat (limited to 'src')
-rw-r--r--src/mintdb/plugin_mintdb_postgres.c2
1 files changed, 1 insertions, 1 deletions
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)"