diff options
| author | Christian Grothoff <christian@grothoff.org> | 2020-12-06 16:53:29 +0100 | 
|---|---|---|
| committer | Christian Grothoff <christian@grothoff.org> | 2020-12-06 16:53:29 +0100 | 
| commit | d9ac8e7975d813f1a868ab4d0cd062408f5aaf00 (patch) | |
| tree | fa8d0b988afa1352aa2cb3a0ec629b81db339ba2 /src/exchangedb | |
| parent | b90293a92f07aea92b6651048b9557d4f7fb6666 (diff) | |
incomplete work on forthcoming /keys implementation
Diffstat (limited to 'src/exchangedb')
| -rw-r--r-- | src/exchangedb/exchange-0002.sql | 3 | 
1 files changed, 3 insertions, 0 deletions
| diff --git a/src/exchangedb/exchange-0002.sql b/src/exchangedb/exchange-0002.sql index 146e0a7b..c7a31528 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 | 
