uncrustify
This commit is contained in:
parent
37f54d3e5d
commit
752c0aca43
@ -535,6 +535,7 @@ handle_link_data_cb (void *cls,
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Callback that should never be called.
|
* Callback that should never be called.
|
||||||
*/
|
*/
|
||||||
@ -1751,8 +1752,10 @@ run (void *cls)
|
|||||||
ccoin->coin_ev_size);
|
ccoin->coin_ev_size);
|
||||||
|
|
||||||
blinded_planchet.cipher = TALER_DENOMINATION_RSA;
|
blinded_planchet.cipher = TALER_DENOMINATION_RSA;
|
||||||
blinded_planchet.details.rsa_blinded_planchet.blinded_msg =ccoin->coin_ev;
|
blinded_planchet.details.rsa_blinded_planchet.blinded_msg =
|
||||||
blinded_planchet.details.rsa_blinded_planchet.blinded_msg_size =ccoin->coin_ev_size;
|
ccoin->coin_ev;
|
||||||
|
blinded_planchet.details.rsa_blinded_planchet.blinded_msg_size =
|
||||||
|
ccoin->coin_ev_size;
|
||||||
|
|
||||||
TALER_denom_pub_hash (&new_dkp[cnt]->pub,
|
TALER_denom_pub_hash (&new_dkp[cnt]->pub,
|
||||||
&ccoin->h_denom_pub);
|
&ccoin->h_denom_pub);
|
||||||
|
Loading…
Reference in New Issue
Block a user