merchant

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

commit e92b10b78448a8b53d1d924559ba1db1acc8bb5e
parent 735c6d7a8c6dfcdb564bcc1291a02a6ebc436392
Author: Marcello Stanisci <marcello.stanisci@inria.fr>
Date:   Thu, 29 Jun 2017 00:09:17 +0200

remove further occurrence of "hint"

Diffstat:
Msrc/lib/merchant_api_refund.c | 5++---
1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/src/lib/merchant_api_refund.c b/src/lib/merchant_api_refund.c @@ -291,10 +291,9 @@ handle_refund_lookup_finished (void *cls, "error", &error, "code", &code); GNUNET_log (GNUNET_ERROR_TYPE_ERROR, - "Failed GET /refund, error: %s, code: %d, hint: %s\n", + "Failed GET /refund, error: %s, code: %d\n", error, - code, - hint); + code); } }