Add comments for update_expired_feeds in db_block
This commit is contained in:
parent
66f6f26934
commit
2f6de1f056
1 changed files with 2 additions and 2 deletions
|
|
@ -640,8 +640,8 @@ void database::_apply_block( const signed_block& next_block )
|
|||
clear_expired_transactions();
|
||||
clear_expired_proposals();
|
||||
clear_expired_orders();
|
||||
update_expired_feeds();
|
||||
update_core_exchange_rates();
|
||||
update_expired_feeds(); // this will update expired feeds and some core exchange rates
|
||||
update_core_exchange_rates(); // this will update remaining core exchange rates
|
||||
update_withdraw_permissions();
|
||||
update_tournaments();
|
||||
update_betting_markets(next_block.timestamp);
|
||||
|
|
|
|||
Loading…
Reference in a new issue