commit ba20fa8a9b6c68eabd2ed48846a06c42f1a3c461 parent 34d59f270c3ae114deaca0aae73ca51a92ab925c Author: Christian Grothoff <grothoff@gnunet.org> Date: Wed, 15 Jul 2026 23:06:25 +0200 do not re-run on success Diffstat:
| M | src/exchange/taler-exchange-httpd_post-coins-COIN_PUB-refund.c | | | 3 | ++- |
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/src/exchange/taler-exchange-httpd_post-coins-COIN_PUB-refund.c b/src/exchange/taler-exchange-httpd_post-coins-COIN_PUB-refund.c @@ -274,7 +274,8 @@ verify_and_execute_refund (struct MHD_Connection *connection, case GNUNET_DB_STATUS_SUCCESS_ONE_RESULT: break; } - } + break; + } /* end for retries */ { /* Obtain information about the coin's denomination! */