exchange

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

commit 373fe1c1389c1399217f37746459d0fb2cc0b53a
parent abc63eda98bd64a29413b6daf60c0d2ea47a7132
Author: Christian Grothoff <christian@grothoff.org>
Date:   Tue, 24 Mar 2015 00:03:03 +0100

avoid cast

Diffstat:
Msrc/mint/plugin_mintdb_common.c | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/mint/plugin_mintdb_common.c b/src/mint/plugin_mintdb_common.c @@ -68,7 +68,7 @@ static void common_free_link_data_list (void *cls, struct LinkDataList *ldl) { - GNUNET_break (0); // FIXME + GNUNET_break (0); // FIXME (#3728) } @@ -82,7 +82,7 @@ static void common_free_coin_transaction_list (void *cls, struct TALER_MINT_DB_TransactionList *list) { - // FIXME: check logic! + // FIXME: implement! // FIXME (#3728) GNUNET_break (0); }