Skip to content

Commit

Permalink
Clarified hardfork comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jmjatlanta committed Oct 4, 2019
1 parent 9d6175c commit c09e5bc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion libraries/chain/db_market.cpp
Expand Up @@ -1004,7 +1004,8 @@ bool database::check_call_orders( const asset_object& mia, bool enable_black_swa

const asset_bitasset_data_object& bitasset = ( bitasset_ptr ? *bitasset_ptr : mia.bitasset_data(*this) );

// previously, price feeds could cause black swan in prediction market
// previously, price feeds caused black swans in prediction markets
// happened at block 2957566, and many other times. This hardfork cannot be removed.
if ( maint_time >= HARDFORK_CORE_460_TIME && bitasset.is_prediction_market )
return false;

Expand Down

0 comments on commit c09e5bc

Please sign in to comment.