exchange

Base system with REST service to issue digital coins, run by the payment service provider
Log | Files | Refs | Submodules | README | LICENSE

commit 8098c3a83724a6e347761b9f3d98bdab5de1545f
parent d8c0996e3e4e9795211b04f6f1972342359d28b8
Author: Christian Grothoff <grothoff@gnunet.org>
Date:   Mon,  5 May 2025 16:08:22 +0200

use correct measure name

Diffstat:
Msrc/kyclogic/taler-exchange-helper-measure-tops-3rdparty-check | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/kyclogic/taler-exchange-helper-measure-tops-3rdparty-check b/src/kyclogic/taler-exchange-helper-measure-tops-3rdparty-check @@ -114,7 +114,7 @@ in "error") # This should not happen, immediately trigger investigation and show error to the user. echo "ERROR: Unexpected value for controlling entity is 3rd person '${CONTROL3P}'" 1>&2 - NEW_RULES=$(echo "$CURRENT_RULES" | jq '(.rules[] |= if (.rule_name=="deposit-limit-zero" or .measures[0] == "form-vqf-902.11") then .measures=["form-info-internal-error"] else . end)') + NEW_RULES=$(echo "$CURRENT_RULES" | jq '(.rules[] |= if (.rule_name=="deposit-limit-zero" or .measures[0] == "form-vqf-902.11") then .measures=["inform-internal-error"] else . end)') INVESTIGATE="true" ;; "none")