Skip to content

Commit

Permalink
Added TODO about HF check
Browse files Browse the repository at this point in the history
  • Loading branch information
pmconrad authored and jmjatlanta committed Sep 3, 2019
1 parent 0417ec7 commit fc32b11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/chain/market_evaluator.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -418,7 +418,7 @@ void_result bid_collateral_evaluator::do_evaluate(const bid_collateral_operation

if( o.additional_collateral.amount > 0 )
{
if( _bid && d.head_block_time() >= HARDFORK_CORE_1692_TIME )
if( _bid && d.head_block_time() >= HARDFORK_CORE_1692_TIME ) // TODO: see if HF check can be removed after HF
{
asset delta = o.additional_collateral - _bid->get_additional_collateral();
FC_ASSERT( d.get_balance(*_paying_account, _bitasset_data->options.short_backing_asset(d)) >= delta,
Expand Down

0 comments on commit fc32b11

Please sign in to comment.