提交 5b37444a 编写于 作者: B Brian Johnson

Missed identifying in skip flags when blocks are created.

上级 034da0b5
......@@ -273,7 +273,7 @@ signed_block chain_controller::generate_block(
uint32_t skip /* = 0 */
)
{ try {
return with_skip_flags( skip, [&](){
return with_skip_flags( skip | created_block, [&](){
auto b = _db.with_write_lock( [&](){
return _generate_block( when, producer, block_signing_private_key, scheduler );
});
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册