-typos
This commit is contained in:
parent
e68d9f9b75
commit
84bde679a7
@ -966,7 +966,7 @@ sign_and_finalize_age_withdraw (
|
||||
num_coins,
|
||||
awrcs);
|
||||
cleanup:
|
||||
GNUNET_break (MHD_NO != ret);
|
||||
GNUNET_break (GNUNET_OK != ret);
|
||||
|
||||
/* Free resources */
|
||||
for (unsigned int i = 0; i<num_coins; i++)
|
||||
|
@ -2137,8 +2137,6 @@ irbt_cb_table_age_withdraw_revealed_coins (struct PostgresClosure *pg,
|
||||
GNUNET_PQ_query_param_auto_from_type (&h_coin_ev),
|
||||
TALER_PQ_query_param_blinded_denom_sig (
|
||||
&td->details.age_withdraw_revealed_coins.ev_sig),
|
||||
TALER_PQ_query_param_exchange_withdraw_values (
|
||||
&td->details.age_withdraw_revealed_coins.ewv),
|
||||
GNUNET_PQ_query_param_end
|
||||
};
|
||||
|
||||
|
@ -769,7 +769,6 @@ struct TALER_EXCHANGEDB_TableData
|
||||
uint64_t denominations_serial;
|
||||
void *coin_ev;
|
||||
size_t coin_ev_size;
|
||||
struct TALER_ExchangeWithdrawValues ewv;
|
||||
// h_coin_ev omitted, to be recomputed!
|
||||
struct TALER_BlindedDenominationSignature ev_sig;
|
||||
} age_withdraw_revealed_coins;
|
||||
|
Loading…
Reference in New Issue
Block a user