Skip to content

Commit

Permalink
Merge pull request #546 from pmconrad/issue_453_log
Browse files Browse the repository at this point in the history
Log message for issue #453
  • Loading branch information
oxarbitrage committed Dec 23, 2017
2 parents f4e8207 + 3ce2a38 commit 10a15ca
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions libraries/chain/db_market.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -624,6 +624,8 @@ bool database::check_call_orders(const asset_object& mia, bool enable_black_swan
order_pays = usd_to_buy;

filled_call = true;
if( filled_limit )
wlog( "Multiple limit match problem (issue 338) occurred at block #${block}", ("block",head_block_num()) );
}

FC_ASSERT( filled_call || filled_limit );
Expand Down

0 comments on commit 10a15ca

Please sign in to comment.