mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-27 23:26:44 +00:00
remove field
This commit is contained in:
parent
5ab59960ed
commit
f77d924e19
1 changed files with 0 additions and 1 deletions
|
|
@ -582,7 +582,6 @@ func (s *PublicBlockChainAPI) GetTransactionReceiptsByBlock(ctx context.Context,
|
|||
"contractAddress": nil,
|
||||
"logs": receipt.Logs,
|
||||
"logsBloom": receipt.Bloom,
|
||||
"transactions": []interface{}{tx},
|
||||
}
|
||||
|
||||
// Assign receipt status or post state.
|
||||
|
|
|
|||
Loading…
Reference in a new issue