Skip to content

Commit 42e2d95

Browse files
author
Michael Vandeberg
authored
Merge pull request steemit#2186 from steemit/2185-p2p-accept-transaction
Replace p2p push_transaction with accept_transaction
2 parents 4e93bf6 + 0b4c954 commit 42e2d95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/plugins/p2p/p2p_plugin.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ void p2p_plugin_impl::handle_transaction( const graphene::net::trx_message& trx_
190190
{
191191
try
192192
{
193-
chain.db().push_transaction( trx_msg.trx );
193+
chain.accept_transaction( trx_msg.trx );
194194
} FC_CAPTURE_AND_RETHROW( (trx_msg) )
195195
}
196196

0 commit comments

Comments
 (0)