Skip to content

Commit

Permalink
add log
Browse files Browse the repository at this point in the history
  • Loading branch information
darioush committed Sep 20, 2024
1 parent fd1fd7f commit 2b0c181
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/evm.go
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ type StateDbAP1 struct {
}

func (s *StateDbAP1) GetCommittedState(addr common.Address, key common.Hash) common.Hash {
log.Info("GetCommittedState (ap1)", "addr", addr, "key", key)
state.NormalizeStateKey(&key)
return s.StateDB.GetCommittedState(addr, key)
}
Expand Down

0 comments on commit 2b0c181

Please sign in to comment.