exchange

Base system with REST service to issue digital coins, run by the payment service provider
Log | Files | Refs | Submodules | README | LICENSE

commit 43126e867a71b7ce0bb127e5ffe02ae952d2c602
parent 5a0ee21b48eb605aca28c2d5d9bea80795e4c927
Author: Christian Grothoff <christian@grothoff.org>
Date:   Thu, 11 May 2017 11:41:05 +0200

acutally initialize num_auditors field, helps a lot...

Diffstat:
Msrc/exchange-lib/exchange_api_handle.c | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/src/exchange-lib/exchange_api_handle.c b/src/exchange-lib/exchange_api_handle.c @@ -594,6 +594,7 @@ decode_keys_json (const json_t *resp_obj, auditor_info, key_data)); } + key_data->num_auditors = len; } }