We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bcafc0c commit 60e9314Copy full SHA for 60e9314
libraries/chain/db_block.cpp
@@ -536,8 +536,8 @@ void database::_apply_block( const signed_block& next_block )
536
clear_expired_transactions();
537
clear_expired_proposals();
538
clear_expired_orders();
539
- update_expired_feeds();
540
- 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
541
update_withdraw_permissions();
542
543
// n.b., update_maintenance_flag() happens this late
0 commit comments