Skip to content

Commit

Permalink
Merge pull request #679 from gofractally/swedish_chef
Browse files Browse the repository at this point in the history
remove_expired_inductions is still borked
  • Loading branch information
tbfleming authored Mar 22, 2022
2 parents 68328a6 + 1c18d26 commit 93d839f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/eden/src/eden-micro-chain.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2130,7 +2130,7 @@ void clean_data(const subchain::eosio_block& block)
if (!status.status.active)
return; // skip if contract is not active

remove_expired_inductions(block.timestamp, status.status);
// remove_expired_inductions(block.timestamp, status.status);
}

bool dispatch(eosio::name action_name, const action_context& context, eosio::input_stream& s);
Expand Down

0 comments on commit 93d839f

Please sign in to comment.