summaryrefslogtreecommitdiff
path: root/src/exchangedb/exchange-0002.sql
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-12-06 16:53:29 +0100
committerChristian Grothoff <christian@grothoff.org>2020-12-06 16:53:29 +0100
commitd9ac8e7975d813f1a868ab4d0cd062408f5aaf00 (patch)
treefa8d0b988afa1352aa2cb3a0ec629b81db339ba2 /src/exchangedb/exchange-0002.sql
parentb90293a92f07aea92b6651048b9557d4f7fb6666 (diff)
downloadexchange-d9ac8e7975d813f1a868ab4d0cd062408f5aaf00.tar.gz
exchange-d9ac8e7975d813f1a868ab4d0cd062408f5aaf00.tar.bz2
exchange-d9ac8e7975d813f1a868ab4d0cd062408f5aaf00.zip
incomplete work on forthcoming /keys implementation
Diffstat (limited to 'src/exchangedb/exchange-0002.sql')
-rw-r--r--src/exchangedb/exchange-0002.sql3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/exchangedb/exchange-0002.sql b/src/exchangedb/exchange-0002.sql
index 146e0a7b8..c7a315282 100644
--- a/src/exchangedb/exchange-0002.sql
+++ b/src/exchangedb/exchange-0002.sql
@@ -42,6 +42,9 @@ COMMENT ON INDEX prepare_get_index
IS 'for wire_prepare_data_get';
+-- NOTE: current thinking is that we will NOT need this table!
+-- => Instead, 'future' keys are only with the secmod until
+-- the offline key is provided!
CREATE TABLE IF NOT EXISTS future_denominations
(denom_pub_hash BYTEA PRIMARY KEY CHECK (LENGTH(denom_pub_hash)=64)
,denom_pub BYTEA NOT NULL