Skip to content

Commit

Permalink
minor: update comments (ethereum#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
HAOYUatHZ committed Mar 16, 2022
1 parent a5999ce commit 3b4875c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/types/l2trace.go
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 3b4875c

Please sign in to comment.