Skip to content

Commit

Permalink
Add back dupe tx check steemit#2468
Browse files Browse the repository at this point in the history
  • Loading branch information
mvandeberg committed May 17, 2018
1 parent 2ae9a31 commit 7e8a7d3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libraries/plugins/apis/condenser_api/condenser_api.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1635,6 +1635,7 @@ namespace detail
{
boost::lock_guard< boost::mutex > guard( _mtx );
FC_ASSERT( _callbacks.find( txid ) == _callbacks.end(), "Transaction is a duplicate" );
_callbacks[ txid ] = [&p]( const broadcast_transaction_synchronous_return& r )
{
p.set_value( r );
Expand Down

0 comments on commit 7e8a7d3

Please sign in to comment.