merchant

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

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

comment

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

diff --git a/src/backend/taler-merchant-httpd_exchanges.c b/src/backend/taler-merchant-httpd_exchanges.c @@ -528,7 +528,7 @@ TMH_EXCHANGES_init (const struct GNUNET_CONFIGURATION_Handle *cfg) GNUNET_CONFIGURATION_iterate_sections (cfg, &parse_exchanges, (void *) cfg); - /* build JSON with list of trusted exchanges */ + /* build JSON with list of trusted exchanges (will be included in contracts) */ trusted_exchanges = json_array (); for (exchange = exchange_head; NULL != exchange; exchange = exchange->next) {