merchant

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

commit f4cb35c138a56ebdcdff4a9e908ca2d778f1fd41
parent 71a798686d68e92bea289da466d386d0fe984d06
Author: Florian Dold <florian.dold@gmail.com>
Date:   Mon, 23 May 2016 15:22:34 +0200

comment

Diffstat:
Msrc/backend/taler-merchant-httpd_exchanges.c | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/backend/taler-merchant-httpd_exchanges.c b/src/backend/taler-merchant-httpd_exchanges.c @@ -68,7 +68,8 @@ struct TMH_EXCHANGES_FindOperation struct Exchange *my_exchange; /** - * Task scheduled to asynchronously return the result. + * Task scheduled to asynchronously return the result to + * the find continuation. */ struct GNUNET_SCHEDULER_Task *at;