exchange

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

commit e682f4213e4798593fcbc39b778d231be35bf6f9
parent d1c160d1b9bddfcd6f77148ae8a03944571fec25
Author: Christian Grothoff <christian@grothoff.org>
Date:   Fri,  9 Dec 2022 13:34:43 +0100

-improve comment

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

diff --git a/src/lib/exchange_api_purse_deposit.c b/src/lib/exchange_api_purse_deposit.c @@ -414,7 +414,7 @@ handle_purse_deposit_finished (void *cls, } /* ec switch */ break; case MHD_HTTP_GONE: - /* could happen if denomination was revoked */ + /* could happen if denomination was revoked or purse expired */ /* Note: one might want to check /keys for revocation signature here, alas tricky in case our /keys is outdated => left to clients */