Skip to content

Commit

Permalink
chore: remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
DylanVerstraete committed Mar 9, 2023
1 parent 8f27a2d commit af0a2d5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions substrate-node/pallets/pallet-smart-contract/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -953,8 +953,6 @@ impl<T: Config> Pallet<T> {

Self::_update_contract_state(&mut contract, &types::ContractState::Deleted(cause))?;
Self::bill_contract(contract.contract_id)?;
// Remove all associated storage
// Self::remove_contract(contract.contract_id);

Ok(().into())
}
Expand Down

0 comments on commit af0a2d5

Please sign in to comment.