Skip to content

Commit

Permalink
Update todo message steemit#1782
Browse files Browse the repository at this point in the history
  • Loading branch information
mvandeberg committed May 14, 2018
1 parent 51f9e69 commit 3d8f35b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/chain/steem_evaluator.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -258,9 +258,9 @@ void initialize_account_object( account_object& acc, const account_name_type& na
acc.last_vote_time = props.time;
acc.mined = mined;

FC_TODO( "If after HF 20, there are no temp account recoveries, the HF check can be removed." )
if( _db.has_hardfork( STEEM_HARDFORK_0_11 ) )
{
FC_TODO( "If after HF 20, there are no temp account creations, the HF check can be removed." )
if( !_db.has_hardfork( STEEM_HARDFORK_0_20__1782 ) || o.creator != STEEM_TEMP_ACCOUNT )
{
acc.recovery_account = recovery_account;
Expand Down

0 comments on commit 3d8f35b

Please sign in to comment.