Skip to content

Commit

Permalink
save
Browse files Browse the repository at this point in the history
  • Loading branch information
AskAlexSharov committed Dec 3, 2024
1 parent 721469b commit cabaf95
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions core/state/rw_v3.go
Original file line number Diff line number Diff line change
Expand Up @@ -557,8 +557,6 @@ func (w *StateWriterV3) CreateContract(address common.Address) error {
if w.trace {
fmt.Printf("create contract: %x\n", address)
}

//seems don't need delete code here. IntraBlockState take care of it.
//if err := w.rs.domains.DomainDelPrefix(kv.StorageDomain, address[:]); err != nil {
// return err
//}
Expand Down

0 comments on commit cabaf95

Please sign in to comment.