minor: update comments (#45)

This commit is contained in:
HAOYUatHZ 2022-03-16 20:46:16 +08:00 committed by GitHub
parent a5999cee90
commit 3b4875c0d5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 addresss code_hash, stack.nth_last(1) addresss code_hash]
// CALL | CALLCODE | DELEGATECALL | STATICCALL: [tx.to addresss code, stack.nth_last(1) addresss code]
CodeList [][]byte `json:"codeList,omitempty"`
// SSTORE | SLOAD: [storageProof]
// SELFDESTRUCT: [contract addresss accountProof, stack.nth_last(0) addresss accountProof]