From 93943bdb5b6ab43b6bcfdb721f67674cc89250d6 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sat, 4 Jun 2022 15:19:57 +0200 Subject: add KYC errors for p2p payments --- src/lib/exchange_api_batch_withdraw.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib/exchange_api_batch_withdraw.c') diff --git a/src/lib/exchange_api_batch_withdraw.c b/src/lib/exchange_api_batch_withdraw.c index 295695d8..e5d3c7f9 100644 --- a/src/lib/exchange_api_batch_withdraw.c +++ b/src/lib/exchange_api_batch_withdraw.c @@ -203,7 +203,7 @@ handle_reserve_batch_withdraw_finished ( wr.details.success.num_coins = wh->num_coins; break; } - case MHD_HTTP_ACCEPTED: + case MHD_HTTP_UNAVAILABLE_FOR_LEGAL_REASONS: { struct GNUNET_JSON_Specification spec[] = { GNUNET_JSON_spec_uint64 ("payment_target_uuid", -- cgit v1.2.3