From 3b4875c0d5ce12909f7b29c219717bbe59024eee Mon Sep 17 00:00:00 2001 From: HAOYUatHZ <37070449+HAOYUatHZ@users.noreply.github.com> Date: Wed, 16 Mar 2022 20:46:16 +0800 Subject: [PATCH] minor: update comments (#45) --- core/types/l2trace.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/types/l2trace.go b/core/types/l2trace.go index 9a728a1198..36e1a043ab 100644 --- a/core/types/l2trace.go +++ b/core/types/l2trace.go @@ -46,7 +46,7 @@ type ExtraData struct { From *common.Address `json:"from,omitempty"` // CREATE: sender nonce Nonce *uint64 `json:"nonce,omitempty"` - // CALL | CALLCODE | DELEGATECALL | STATICCALL: [tx.to address’s code_hash, stack.nth_last(1) address’s code_hash] + // CALL | CALLCODE | DELEGATECALL | STATICCALL: [tx.to address’s code, stack.nth_last(1) address’s code] CodeList [][]byte `json:"codeList,omitempty"` // SSTORE | SLOAD: [storageProof] // SELFDESTRUCT: [contract address’s accountProof, stack.nth_last(0) address’s accountProof]