exchange

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

commit 1ad4d4854662a5fcb180351828d67eabb308421c
parent df32c29d0b2ebdcea02791b6a66b5d5c177f9ffa
Author: Christian Grothoff <christian@grothoff.org>
Date:   Wed, 30 Apr 2025 20:47:06 +0200

add missing break

Diffstat:
Msrc/exchange/taler-exchange-httpd_withdraw.c | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/exchange/taler-exchange-httpd_withdraw.c b/src/exchange/taler-exchange-httpd_withdraw.c @@ -1479,6 +1479,8 @@ phase_generate_reply_error ( MHD_HTTP_BAD_REQUEST, TALER_EC_EXCHANGE_WITHDRAW_AMOUNT_OVERFLOW, "amount")); + break; + case WITHDRAW_ERROR_FEE_OVERFLOW: finish_loop (wc, TALER_MHD_reply_with_error ( @@ -1497,7 +1499,6 @@ phase_generate_reply_error ( "amount+fee")); break; - case WITHDRAW_ERROR_CONFIRMATION_SIGN: finish_loop (wc, TALER_MHD_reply_with_ec (