diff options
author | Özgür Kesim <oec-taler@kesim.org> | 2022-10-07 09:59:39 +0200 |
---|---|---|
committer | Özgür Kesim <oec-taler@kesim.org> | 2022-10-07 09:59:39 +0200 |
commit | d3c509fcd91e5b7e430eda767108d961db196522 (patch) | |
tree | 1c647b3e9f5992415682e8c501006a4ecf55a514 /src/exchange/taler-exchange-httpd_batch-deposit.c | |
parent | 52106eea42698164fef897f4b177f783275d5c75 (diff) |
WIP: Added policy extension handling during deposit
Diffstat (limited to 'src/exchange/taler-exchange-httpd_batch-deposit.c')
-rw-r--r-- | src/exchange/taler-exchange-httpd_batch-deposit.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/exchange/taler-exchange-httpd_batch-deposit.c b/src/exchange/taler-exchange-httpd_batch-deposit.c index 637c8a45..17bbb2c1 100644 --- a/src/exchange/taler-exchange-httpd_batch-deposit.c +++ b/src/exchange/taler-exchange-httpd_batch-deposit.c @@ -262,7 +262,6 @@ batch_deposit_transaction (void *cls, deposit, known_coin_id, &dc->h_payto, - false, /* FIXME-OEC: #7270 extension blocked */ &dc->exchange_timestamp, &balance_ok, &in_conflict); |