Skip to content

Commit

Permalink
Merge pull request EOSIO#3142 from EOSIO/net_sync_broadcast_on_chain_…
Browse files Browse the repository at this point in the history
…acceptance

Broadcast transactions immediately upon chain acceptance
  • Loading branch information
spoonincode authored May 16, 2018
2 parents 1f70343 + 3c94c1b commit 98e5c03
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugins/net_plugin/net_plugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 98e5c03

Please sign in to comment.