diff options
author | Christian Grothoff <christian@grothoff.org> | 2020-11-24 13:36:17 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2020-11-24 13:36:17 +0100 |
commit | ddcf679493a0a49cf4e8be94d29cd3216b7880ea (patch) | |
tree | d6c385be5f507ce8efc1d4c68c9a3280199fea25 /src/exchangedb/exchange-0001.sql | |
parent | b9b38cdc477e1eae7c3cd079a5beb7f6cb5a4bd6 (diff) |
database schema change for #6175
Diffstat (limited to 'src/exchangedb/exchange-0001.sql')
-rw-r--r-- | src/exchangedb/exchange-0001.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/exchangedb/exchange-0001.sql b/src/exchangedb/exchange-0001.sql index 25b778238..8428a94b4 100644 --- a/src/exchangedb/exchange-0001.sql +++ b/src/exchangedb/exchange-0001.sql @@ -42,7 +42,7 @@ CREATE TABLE IF NOT EXISTS denominations ,fee_refund_frac INT4 NOT NULL ); COMMENT ON TABLE denominations - IS 'Main denominations table. All the coins the exchange knows about.'; + IS 'Main denominations table. All the valid denominations the exchange knows about.'; CREATE INDEX IF NOT EXISTS denominations_expire_legal_index ON denominations |