Skip to content

Commit

Permalink
Fix accept_block call steemit#2163
Browse files Browse the repository at this point in the history
  • Loading branch information
mvandeberg committed Feb 27, 2018
1 parent a9734f2 commit feab71b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ namespace detail

DEFINE_API_IMPL( network_broadcast_api_impl, broadcast_block )
{
_chain.accept_block( args.block );
_chain.accept_block( args.block, /*currently syncing*/ false, /*skip*/ chain::database::skip_nothing );
_p2p.broadcast_block( args.block );
return broadcast_block_return();
}
Expand Down

0 comments on commit feab71b

Please sign in to comment.