提交 6798348c 编写于 作者: A Anton Perkov

head_block_id -> fork_db_head_block_id in bnet_plugin #4196

上级 f1c49ca7
......@@ -573,7 +573,7 @@ namespace eosio {
_app_ios.post( [self = shared_from_this(),callback]{
auto& control = app().get_plugin<chain_plugin>().chain();
auto lib = control.last_irreversible_block_num();
auto head = control.head_block_id();
auto head = control.fork_db_head_block_id();
auto head_num = block_header::num_from_id(head);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册