exchange

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

commit 9f837ad6cdcc8c837a6014abe555909ff9ce094c
parent d67011e2b55dbd0e2158c4c144f5092e1593d70a
Author: Christian Grothoff <christian@grothoff.org>
Date:   Fri, 12 Feb 2016 14:55:53 +0100

fix typo found by marcello

Diffstat:
Msrc/mint/taler-mint-httpd_validation.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/mint/taler-mint-httpd_validation.c b/src/mint/taler-mint-httpd_validation.c @@ -98,7 +98,7 @@ TMH_VALIDATION_init (const struct GNUNET_CONFIGURATION_Handle *cfg) { (void) GNUNET_asprintf (&lib_name, "libtaler_plugin_wire_%s", - lib_name); + token); p = GNUNET_new (struct Plugin); p->type = GNUNET_strdup (token); p->plugin = GNUNET_PLUGIN_load (lib_name,