Skip to content

Commit

Permalink
Merge pull request steemit#2186 from steemit/2185-p2p-accept-transaction
Browse files Browse the repository at this point in the history
Replace p2p push_transaction with accept_transaction
  • Loading branch information
Michael Vandeberg authored Mar 1, 2018
2 parents 4e93bf6 + 0b4c954 commit 42e2d95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/plugins/p2p/p2p_plugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ void p2p_plugin_impl::handle_transaction( const graphene::net::trx_message& trx_
{
try
{
chain.db().push_transaction( trx_msg.trx );
chain.accept_transaction( trx_msg.trx );
} FC_CAPTURE_AND_RETHROW( (trx_msg) )
}

Expand Down

0 comments on commit 42e2d95

Please sign in to comment.