Skip to content

Commit 60e9314

Browse files
committed
Add comments for update_expired_feeds in db_block
1 parent bcafc0c commit 60e9314

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

libraries/chain/db_block.cpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -536,8 +536,8 @@ void database::_apply_block( const signed_block& next_block )
536536
clear_expired_transactions();
537537
clear_expired_proposals();
538538
clear_expired_orders();
539-
update_expired_feeds();
540-
update_core_exchange_rates();
539+
update_expired_feeds(); // this will update expired feeds and some core exchange rates
540+
update_core_exchange_rates(); // this will update remaining core exchange rates
541541
update_withdraw_permissions();
542542

543543
// n.b., update_maintenance_flag() happens this late

0 commit comments

Comments
 (0)