提交 54ceaff9 编写于 作者: K Kevin Heifner

Add transaction_trace queue

上级 170429bc
......@@ -862,6 +862,10 @@ void mongo_db_plugin_impl::_process_irreversible_block(const chain::block_state_
const auto block_id_str = block_id.str();
const auto block_num = bs->block->block_num();
if (block_num == 1153) {
std::cout << fc::json::to_pretty_string(bs) << std::endl;
}
// genesis block 1 is not signaled to accepted_block
if (block_num < 2) return;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册