exchange

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

commit efcb6ef34bb343d77379ea8bf2b7ee97f7cdda3f
parent 92cf4a4c33c22acc2bcfc035fd60e25a998a7df3
Author: Christian Grothoff <christian@grothoff.org>
Date:   Wed, 14 Feb 2024 08:42:08 +0100

fix #8388

Diffstat:
Msrc/exchange/taler-exchange-transfer.c | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/src/exchange/taler-exchange-transfer.c b/src/exchange/taler-exchange-transfer.c @@ -427,6 +427,7 @@ wire_confirm_cb (void *cls, /* continued below */ break; case MHD_HTTP_NOT_FOUND: + case MHD_HTTP_CONFLICT: GNUNET_log (GNUNET_ERROR_TYPE_ERROR, "Wire transaction %llu failed: %u/%d\n", (unsigned long long) wpd->row_id,