fix FTBFS of test
This commit is contained in:
parent
3d1d78f23a
commit
543b4f7a7c
@ -36,13 +36,6 @@
|
||||
* - deal with risk / expired denomination keys in #sync_denomination
|
||||
* - write reporting logic to output nice report beyond GNUNET_log()
|
||||
* - write logic to deal with emergency (#3887) -- and emergency-related tables!
|
||||
*
|
||||
* EXTERNAL:
|
||||
* - add tool to pay-back expired reserves (#4956), and support here
|
||||
* - add tool to verify 'reserves_in' from wire transfer inspection
|
||||
* - add tool to verify 'wire_out (TBD)' from wire transfer inspection
|
||||
* - add tool to trigger computation of historic revenues
|
||||
* (move balances from 'current' revenue/profits to 'historic' tables)
|
||||
*/
|
||||
#include "platform.h"
|
||||
#include <gnunet/gnunet_util_lib.h>
|
||||
|
@ -376,9 +376,6 @@ run (void *cls)
|
||||
plugin->insert_denomination_balance (plugin->cls,
|
||||
session,
|
||||
&denom_pub_hash,
|
||||
&refund_fee_balance,
|
||||
&melt_fee_balance,
|
||||
&deposit_fee_balance,
|
||||
&denom_balance,
|
||||
pp.last_reserve_out_serial_id,
|
||||
pp.last_deposit_serial_id,
|
||||
@ -398,9 +395,6 @@ run (void *cls)
|
||||
session,
|
||||
&denom_pub_hash,
|
||||
&denom_balance,
|
||||
&deposit_fee_balance,
|
||||
&melt_fee_balance,
|
||||
&refund_fee_balance,
|
||||
pp.last_reserve_out_serial_id,
|
||||
pp.last_deposit_serial_id,
|
||||
pp.last_melt_serial_id,
|
||||
@ -414,18 +408,12 @@ run (void *cls)
|
||||
session,
|
||||
&denom_pub_hash,
|
||||
&denom_balance2,
|
||||
&deposit_fee_balance2,
|
||||
&melt_fee_balance2,
|
||||
&refund_fee_balance2,
|
||||
&pp2.last_reserve_out_serial_id,
|
||||
&pp2.last_deposit_serial_id,
|
||||
&pp2.last_melt_serial_id,
|
||||
&pp2.last_refund_serial_id));
|
||||
|
||||
FAILIF (0 != memcmp (&denom_balance2, &denom_balance, sizeof (denom_balance))
|
||||
|| 0 != memcmp (&deposit_fee_balance2, &deposit_fee_balance, sizeof (deposit_fee_balance))
|
||||
|| 0 != memcmp (&melt_fee_balance2, &melt_fee_balance, sizeof (melt_fee_balance))
|
||||
|| 0 != memcmp (&refund_fee_balance2, &refund_fee_balance, sizeof (refund_fee_balance))
|
||||
|| pp2.last_reserve_out_serial_id != pp.last_reserve_out_serial_id
|
||||
|| pp2.last_deposit_serial_id != pp.last_deposit_serial_id
|
||||
|| pp2.last_melt_serial_id != pp.last_melt_serial_id
|
||||
|
Loading…
Reference in New Issue
Block a user