Skip to content

Commit

Permalink
Remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ferranbt committed Nov 23, 2023
1 parent f6bc7a8 commit 253bc87
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion core/state/statedb.go
Original file line number Diff line number Diff line change
Expand Up @@ -432,7 +432,6 @@ func (s *StateDB) SetCode(addr common.Address, code []byte) {
}

func (s *StateDB) SetState(addr common.Address, key, value common.Hash) {
fmt.Println("- set state -")
stateObject := s.GetOrNewStateObject(addr)
if stateObject != nil {
stateObject.SetState(s.db, key, value)
Expand Down

0 comments on commit 253bc87

Please sign in to comment.