merchant

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

commit 63d4c63b9131cf26a548686bf9b5e30242f0b533
parent 6731b141ad4e26937c99e7f7b93d1da46d04e0ce
Author: Marcello Stanisci <stanisci.m@gmail.com>
Date:   Wed, 23 May 2018 20:16:41 +0200

minor edit.

Diffstat:
Msrc/lib/testing_api_cmd_history.c | 6+++++-
1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/src/lib/testing_api_cmd_history.c b/src/lib/testing_api_cmd_history.c @@ -30,6 +30,10 @@ #include "taler_merchant_testing_lib.h" + +/** + * State for a "history" CMD. + */ struct HistoryState { @@ -49,7 +53,7 @@ struct HistoryState const char *merchant_url; /** - * The curl context; used to be fed to the merchant lib. + * The curl context. */ struct GNUNET_CURL_Context *ctx;