-fix
This commit is contained in:
parent
783d07b476
commit
b3606d006d
@ -196,7 +196,7 @@ serialize_melt_data (const struct MeltData *md)
|
|||||||
|
|
||||||
ps = GNUNET_JSON_PACK (
|
ps = GNUNET_JSON_PACK (
|
||||||
GNUNET_JSON_pack_data_auto ("ps",
|
GNUNET_JSON_pack_data_auto ("ps",
|
||||||
&md->fresh_coins[i][j]));
|
&md->fresh_coins[j][i]));
|
||||||
GNUNET_assert (0 ==
|
GNUNET_assert (0 ==
|
||||||
json_array_append (planchet_secrets,
|
json_array_append (planchet_secrets,
|
||||||
ps));
|
ps));
|
||||||
@ -305,7 +305,7 @@ TALER_EXCHANGE_deserialize_melt_data_ (const json_t *melt_data,
|
|||||||
{
|
{
|
||||||
struct GNUNET_JSON_Specification jspec[] = {
|
struct GNUNET_JSON_Specification jspec[] = {
|
||||||
GNUNET_JSON_spec_fixed_auto ("ps",
|
GNUNET_JSON_spec_fixed_auto ("ps",
|
||||||
&md->fresh_coins[i][j]),
|
&md->fresh_coins[j][i]),
|
||||||
GNUNET_JSON_spec_end ()
|
GNUNET_JSON_spec_end ()
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user