Skip to content

Commit c09e5bc

Browse files
committed
Clarified hardfork comment
1 parent 9d6175c commit c09e5bc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

libraries/chain/db_market.cpp

+2-1
Original file line numberDiff line numberDiff line change
@@ -1004,7 +1004,8 @@ bool database::check_call_orders( const asset_object& mia, bool enable_black_swa
10041004

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

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

0 commit comments

Comments
 (0)