diff options
author | Florian Dold <florian.dold@gmail.com> | 2015-11-24 14:42:31 +0100 |
---|---|---|
committer | Florian Dold <florian.dold@gmail.com> | 2015-11-24 14:42:31 +0100 |
commit | fdf51f8c73fadca9301f53fede630a43cc33091a (patch) | |
tree | c3acf7631f651333a672ee543c36559172915bf9 | |
parent | 57affb94feb5348dfae198e97ed0f27a6f97adff (diff) |
Remove outdated 'todo' comment
-rw-r--r-- | src/mintdb/plugin_mintdb_postgres.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mintdb/plugin_mintdb_postgres.c b/src/mintdb/plugin_mintdb_postgres.c index f2d652b2e..6ed52e5e4 100644 --- a/src/mintdb/plugin_mintdb_postgres.c +++ b/src/mintdb/plugin_mintdb_postgres.c @@ -332,8 +332,7 @@ postgres_create_tables (void *cls, SQLEXEC_INDEX ("CREATE INDEX reserves_out_h_blind_ev_index ON " "reserves_out (h_blind_ev)"); /* Table with coins that have been (partially) spent, used to track - coin information only once. - TODO: maybe eliminate, this might be over-normalization (#3811) */ + coin information only once. */ SQLEXEC("CREATE TABLE IF NOT EXISTS known_coins " "(coin_pub BYTEA NOT NULL PRIMARY KEY" ",denom_pub BYTEA NOT NULL REFERENCES denominations (pub)" |