未验证 提交 98e5c03e 编写于 作者: M Matt Witherspoon 提交者: GitHub

Merge pull request #3142 from EOSIO/net_sync_broadcast_on_chain_acceptance

Broadcast transactions immediately upon chain acceptance
......@@ -2437,6 +2437,7 @@ namespace eosio {
try {
chain_plug->accept_transaction( msg);
fc_dlog(logger, "chain accepted transaction" );
dispatcher->bcast_transaction(msg);
return;
}
catch( const fc::exception &ex) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册