Skip to content

Commit

Permalink
Add TODO for cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
mvandeberg committed May 21, 2018
1 parent fe39c9d commit 4e0c6be
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libraries/chain/steem_evaluator.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -621,6 +621,7 @@ void comment_evaluator::do_apply( const comment_operation& o )
FC_ASSERT( _db.calculate_discussion_payout_time( *parent ) != fc::time_point_sec::maximum(), "Discussion is frozen." );
}

FC_TODO( "Cleanup this logic after HF 20. Old ops don't need to check pre-hf20 times." )
if( _db.has_hardfork( STEEM_HARDFORK_0_20__2019 ) )
{
if( o.parent_author == STEEM_ROOT_POST_PARENT )
Expand Down

0 comments on commit 4e0c6be

Please sign in to comment.