From fcca3115427383f232b0510d162b0e5972a2ce2d Mon Sep 17 00:00:00 2001 From: Sree Harsha Totakura Date: Sun, 12 Apr 2015 11:07:41 +0200 Subject: mintdb: add fixme #3769: Should coins be made spendable at multiple merchants? --- src/mintdb/plugin_mintdb_postgres.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/mintdb/plugin_mintdb_postgres.c b/src/mintdb/plugin_mintdb_postgres.c index 7e6b2d947..6197544ca 100644 --- a/src/mintdb/plugin_mintdb_postgres.c +++ b/src/mintdb/plugin_mintdb_postgres.c @@ -283,6 +283,7 @@ postgres_create_tables (void *cls, ")"); SQLEXEC("CREATE TABLE IF NOT EXISTS deposits " "( " + /* FIXME #3769: the following primary key may be too restrictive */ " coin_pub BYTEA NOT NULL PRIMARY KEY CHECK (length(coin_pub)=32)" ",denom_pub BYTEA NOT NULL" /* FIXME: Link this as a foreign key? */ ",denom_sig BYTEA NOT NULL" -- cgit v1.2.3