Skip to content
This repository has been archived by the owner on Feb 21, 2019. It is now read-only.

Commit

Permalink
Add missing line to old market engine version
Browse files Browse the repository at this point in the history
  • Loading branch information
bitsha256 committed Sep 24, 2014
1 parent 5c9d8b4 commit 604896d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions libraries/blockchain/market_engine_v4.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ class market_engine_v4
cancel_current_short( mtrx, market_idx.order_price.quote_asset_id );
push_market_transaction( mtrx );
}

_pending_state->apply_changes();
}

void execute( asset_id_type quote_id, asset_id_type base_id, const fc::time_point_sec& timestamp )
Expand Down

0 comments on commit 604896d

Please sign in to comment.