mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-12 23:13:45 +00:00
add comment to statedb logger
This commit is contained in:
parent
9c999c36ff
commit
0be6e22eaf
1 changed files with 2 additions and 0 deletions
|
|
@ -56,6 +56,8 @@ func (n *proofList) Delete(key []byte) error {
|
||||||
|
|
||||||
// StateLogger is used to collect state update traces from EVM transaction
|
// StateLogger is used to collect state update traces from EVM transaction
|
||||||
// execution.
|
// execution.
|
||||||
|
// The following hooks are invoked post execution. I.e. looking up state
|
||||||
|
// after the hook should reflect the new value.
|
||||||
// Note that reference types are actual VM data structures; make copies
|
// Note that reference types are actual VM data structures; make copies
|
||||||
// if you need to retain them beyond the current call.
|
// if you need to retain them beyond the current call.
|
||||||
type StateLogger interface {
|
type StateLogger interface {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue