summaryrefslogtreecommitdiff
path: root/src/exchangedb/0002-refresh_commitments.sql
diff options
context:
space:
mode:
Diffstat (limited to 'src/exchangedb/0002-refresh_commitments.sql')
-rw-r--r--src/exchangedb/0002-refresh_commitments.sql3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/exchangedb/0002-refresh_commitments.sql b/src/exchangedb/0002-refresh_commitments.sql
index 328dad5ce..21ab073c5 100644
--- a/src/exchangedb/0002-refresh_commitments.sql
+++ b/src/exchangedb/0002-refresh_commitments.sql
@@ -29,8 +29,7 @@ BEGIN
',rc BYTEA PRIMARY KEY CHECK (LENGTH(rc)=64)'
',old_coin_pub BYTEA NOT NULL'
',old_coin_sig BYTEA NOT NULL CHECK(LENGTH(old_coin_sig)=64)'
- ',amount_with_fee_val INT8 NOT NULL'
- ',amount_with_fee_frac INT4 NOT NULL'
+ ',amount_with_fee taler_amount NOT NULL'
',noreveal_index INT4 NOT NULL'
') %s ;'
,table_name