fix: update comment in log to reflect EIP-7702 changes

This commit is contained in:
bbaktaeho 2025-09-12 11:15:33 +09:00
parent 8a19582c8d
commit 248d1a5d50

View file

@ -29,6 +29,9 @@ import (
type Log struct {
// Consensus fields:
// address of the contract that generated the event
//
// After Prague upgrade (EIP-7702), this can also be an EOA
// with delegated code that generated the event
Address common.Address `json:"address" gencodec:"required"`
// list of topics provided by the contract.
Topics []common.Hash `json:"topics" gencodec:"required"`