提交 b9332130 编写于 作者: K Khaled Al-Hassanieh

Changed active_producers in controller

上级 a2a7e154
......@@ -1065,6 +1065,8 @@ bool controller::set_proposed_producers( vector<producer_key> producers ) {
}
const producer_schedule_type& controller::active_producers()const {
if ( !(my->pending) )
return my->head->active_schedule;
return my->pending->_pending_block_state->active_schedule;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册