exchange

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

commit de09f05d49f887ea1d205ec2d97a7a0544bc8571
parent b58605a79d955d97f3df8381a4df156d04d3f9cc
Author: Christian Grothoff <christian@grothoff.org>
Date:   Sun,  8 Aug 2021 17:01:52 +0200

-fix typo

Diffstat:
Msrc/bank-lib/bank_api_admin.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/bank-lib/bank_api_admin.c b/src/bank-lib/bank_api_admin.c @@ -130,7 +130,7 @@ handle_admin_add_incoming_finished (void *cls, ec = TALER_JSON_get_error_code (j); break; case MHD_HTTP_CONFLICT: - /* Nothign to verify, we used the same wire subject + /* Nothing to verify, we used the same wire subject twice? */ ec = TALER_JSON_get_error_code (j); break;