diff options
author | Özgür Kesim <oec-taler@kesim.org> | 2023-07-26 04:04:02 +0200 |
---|---|---|
committer | Özgür Kesim <oec-taler@kesim.org> | 2023-07-26 04:04:02 +0200 |
commit | 1ce9312d0293444e55512bba69265f4671d387e9 (patch) | |
tree | 15b58dff705c54fa938cfc34e0a7a6173aee951f /src/exchangedb/exchange_do_age_withdraw.sql | |
parent | ac462b275300d28f939a9be83c5bd220fbb0d7cd (diff) |
[age-withdraw] WIP - database transaction during reveal works now
The test for age-restriction still fail, but the database transactions,
including passing arrays in/out the PQ-helpers works.
Diffstat (limited to 'src/exchangedb/exchange_do_age_withdraw.sql')
-rw-r--r-- | src/exchangedb/exchange_do_age_withdraw.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/exchangedb/exchange_do_age_withdraw.sql b/src/exchangedb/exchange_do_age_withdraw.sql index 2230d4bf..49a1433f 100644 --- a/src/exchangedb/exchange_do_age_withdraw.sql +++ b/src/exchangedb/exchange_do_age_withdraw.sql @@ -143,6 +143,8 @@ WHERE INSERT INTO exchange.age_withdraw (h_commitment ,max_age + ,amount_with_fee_val + ,amount_with_fee_frac ,reserve_pub ,reserve_sig ,noreveal_index @@ -152,6 +154,8 @@ INSERT INTO exchange.age_withdraw VALUES (h_commitment ,maximum_age_committed + ,amount_val + ,amount_frac ,rpub ,rsig ,noreveal_index |