exchange

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

commit 27303e320a32943089d07fb0a0ee5b228c9aaf28
parent 9ee6c66d86b93b06fa6fb88f3aef2608145f6a3b
Author: Christian Grothoff <christian@grothoff.org>
Date:   Thu, 29 Jan 2015 18:00:30 +0100

finish cleanup of /refresh/link parsing, trivial this time

Diffstat:
Msrc/mint/taler-mint-httpd_refresh.c | 4----
1 file changed, 0 insertions(+), 4 deletions(-)

diff --git a/src/mint/taler-mint-httpd_refresh.c b/src/mint/taler-mint-httpd_refresh.c @@ -986,11 +986,7 @@ TALER_MINT_handler_refresh_link (struct RequestHandler *rh, &coin_pub, sizeof (struct GNUNET_CRYPTO_EcdsaPublicKey)); if (GNUNET_SYSERR == res) - { - // FIXME: return 'internal error' - GNUNET_break (0); return MHD_NO; - } if (GNUNET_OK != res) return MHD_YES;