commit 85eac867361e3f517896b4bb676e2463138ca59d
parent f5987b2b67a3951b349be4b6e3e57947b771e425
Author: Florian Dold <florian@dold.me>
Date: Wed, 5 Aug 2026 20:01:06 +0200
remove undocumented, unused 'disallowed' property from KYC limit
Diffstat:
1 file changed, 0 insertions(+), 4 deletions(-)
diff --git a/src/backend/taler-merchant-httpd_get-private-kyc.c b/src/backend/taler-merchant-httpd_get-private-kyc.c
@@ -797,10 +797,6 @@ pack_limit (const struct KycContext *kc,
jl = GNUNET_JSON_PACK (
TALER_JSON_pack_kycte ("operation_type",
limit->operation_type),
- GNUNET_JSON_pack_bool (
- "disallowed",
- GNUNET_TIME_relative_is_zero (limit->timeframe) ||
- TALER_amount_is_zero (&limit->threshold)),
(POF_TEXT == kc->format)
? GNUNET_JSON_pack_string ("interval",
GNUNET_TIME_relative2s (limit->timeframe,