exchange

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

commit 3a94a76aacd3e3e486e8df15257f8d0bdaa49619
parent 0d3ec509d7192e973123de1ab390826fff4df230
Author: Christian Grothoff <christian@grothoff.org>
Date:   Sun, 22 Mar 2015 13:02:49 +0100

move free functions into plugin

Diffstat:
Msrc/mint/test_mint_db.c | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/mint/test_mint_db.c b/src/mint/test_mint_db.c @@ -322,7 +322,8 @@ run (void *cls, if (NULL != wire) json_decref (wire); if (NULL != rh) - TALER_MINT_DB_free_reserve_history (rh); + plugin->free_reserve_history (plugin->cls, + rh); rh = NULL; if (NULL != session) GNUNET_break (GNUNET_OK ==