exchange

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

commit 2f755797a77787cb935d2a3fba70365042ed9550
parent aaf975a7459079ed16c3e956bdd5c41c051a6887
Author: Christian Grothoff <christian@grothoff.org>
Date:   Sun, 12 Jul 2026 21:58:23 +0200

conservatively init to NULL

Diffstat:
Msrc/json/json_helper.c | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/src/json/json_helper.c b/src/json/json_helper.c @@ -1074,6 +1074,7 @@ TALER_JSON_spec_denom_pub_cipher ( .ptr = pk }; + pk->bsign_pub_key = NULL; return ret; }