merchant

Merchant backend to process payments, run by merchants
Log | Files | Refs | Submodules | README | LICENSE

commit df526163944539df6e530c7da73857a31ca41f31
parent ab7aba63fe3c1515b2faf7db6428257ccafb4fff
Author: Marcello Stanisci <stanisci.m@gmail.com>
Date:   Mon, 13 Jan 2020 14:48:02 +0100

compilation warning

Diffstat:
Msrc/lib/test_merchant_api_twisted.c | 5-----
1 file changed, 0 insertions(+), 5 deletions(-)

diff --git a/src/lib/test_merchant_api_twisted.c b/src/lib/test_merchant_api_twisted.c @@ -101,11 +101,6 @@ static char *merchant_url; static char *exchange_url; /** - * Auditor URL; fixes FTBFS. - */ -static char *auditor_url; - -/** * Merchant process. */ static struct GNUNET_OS_Process *merchantd;