diff options
Diffstat (limited to 'src/exchange/taler-exchange-httpd_batch-withdraw.c')
-rw-r--r-- | src/exchange/taler-exchange-httpd_batch-withdraw.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/exchange/taler-exchange-httpd_batch-withdraw.c b/src/exchange/taler-exchange-httpd_batch-withdraw.c index 493a2bc7..6cd467d5 100644 --- a/src/exchange/taler-exchange-httpd_batch-withdraw.c +++ b/src/exchange/taler-exchange-httpd_batch-withdraw.c @@ -254,6 +254,7 @@ batch_withdraw_transaction (void *cls, qs = TEH_plugin->select_aml_threshold (TEH_plugin->cls, &reserve_h_payto, &wc->aml_decision, + &wc->kyc, &threshold); if (qs < 0) { |