mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
fix contracts json tag
This commit is contained in:
parent
be9d261c3f
commit
425faae8f7
1 changed files with 1 additions and 1 deletions
|
|
@ -936,7 +936,7 @@ func (s *BlockChainAPI) GetBlockReceipts(ctx context.Context, blockNrOrHash rpc.
|
|||
|
||||
type RequiredBlockState struct {
|
||||
CompactEip1186Proofs []CompactEip1186Proof `json:"compact_eip1186_proofs"` // sorted by address
|
||||
Contracts []Contract `json:"sorted"` // sorted by address
|
||||
Contracts []Contract `json:"contracts"` // sorted by address
|
||||
AccountNodes []TrieNode `json:"account_nodes"` // sorted by address
|
||||
StorageNodes []TrieNode `json:"storage_nodes"` // sorted by address
|
||||
BlockHashes []RecentBlockHash `json:"block_hashes"` // sorted by address
|
||||
|
|
|
|||
Loading…
Reference in a new issue