mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-27 23:26:44 +00:00
minor: update comments (#45)
This commit is contained in:
parent
a5999cee90
commit
3b4875c0d5
1 changed files with 1 additions and 1 deletions
|
|
@ -46,7 +46,7 @@ type ExtraData struct {
|
||||||
From *common.Address `json:"from,omitempty"`
|
From *common.Address `json:"from,omitempty"`
|
||||||
// CREATE: sender nonce
|
// CREATE: sender nonce
|
||||||
Nonce *uint64 `json:"nonce,omitempty"`
|
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"`
|
CodeList [][]byte `json:"codeList,omitempty"`
|
||||||
// SSTORE | SLOAD: [storageProof]
|
// SSTORE | SLOAD: [storageProof]
|
||||||
// SELFDESTRUCT: [contract address’s accountProof, stack.nth_last(0) address’s accountProof]
|
// SELFDESTRUCT: [contract address’s accountProof, stack.nth_last(0) address’s accountProof]
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue