use 'NULL'

This commit is contained in:
Christian Grothoff 2022-02-08 00:15:15 +01:00
parent 7eb989b2df
commit 133cf76f0d
No known key found for this signature in database
GPG Key ID: 939E6BE1E29FC3CC

View File

@ -381,7 +381,7 @@ resolve_refreshes_reveal_denominations (struct MHD_Connection *connection,
{ {
struct TALER_EXCHANGEDB_RefreshRevealedCoin *rrc = &rrcs[i]; struct TALER_EXCHANGEDB_RefreshRevealedCoin *rrc = &rrcs[i];
struct GNUNET_JSON_Specification spec[] = { struct GNUNET_JSON_Specification spec[] = {
TALER_JSON_spec_blinded_planchet ("bp", TALER_JSON_spec_blinded_planchet (NULL,
&rrc->blinded_planchet), &rrc->blinded_planchet),
GNUNET_JSON_spec_end () GNUNET_JSON_spec_end ()
}; };