-fix FTBFS
This commit is contained in:
parent
74e4c6429a
commit
e7d4183d1c
@ -6091,7 +6091,7 @@ postgres_insert_refresh_reveal (
|
||||
GNUNET_PQ_query_param_auto_from_type (&rrc->h_denom_pub),
|
||||
GNUNET_PQ_query_param_fixed_size (rrc->coin_ev,
|
||||
rrc->coin_ev_size),
|
||||
GNUNET_PQ_query_param_auto_from_type (&rrc->h_coin_ev),
|
||||
GNUNET_PQ_query_param_auto_from_type (&rrc->coin_envelope_hash),
|
||||
TALER_PQ_query_param_blinded_denom_sig (&rrc->coin_sig),
|
||||
GNUNET_PQ_query_param_end
|
||||
};
|
||||
|
@ -1673,6 +1673,9 @@ run (void *cls)
|
||||
GNUNET_CRYPTO_random_block (GNUNET_CRYPTO_QUALITY_WEAK,
|
||||
ccoin->coin_ev,
|
||||
ccoin->coin_ev_size);
|
||||
GNUNET_CRYPTO_hash (ccoin->coin_ev,
|
||||
ccoin->coin_ev_size,
|
||||
&ccoin->coin_envelope_hash.hash);
|
||||
TALER_denom_pub_hash (&new_dkp[cnt]->pub,
|
||||
&ccoin->h_denom_pub);
|
||||
GNUNET_assert (GNUNET_OK ==
|
||||
|
Loading…
Reference in New Issue
Block a user