summaryrefslogtreecommitdiff
path: root/src/exchangedb/exchange-0001.sql
diff options
context:
space:
mode:
Diffstat (limited to 'src/exchangedb/exchange-0001.sql')
-rw-r--r--src/exchangedb/exchange-0001.sql2
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