Skip to content

Commit

Permalink
Add comments for update_expired_feeds in db_block
Browse files Browse the repository at this point in the history
  • Loading branch information
abitmore committed Jul 25, 2018
1 parent bcafc0c commit 60e9314
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libraries/chain/db_block.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -536,8 +536,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();

// n.b., update_maintenance_flag() happens this late
Expand Down

0 comments on commit 60e9314

Please sign in to comment.