remove field

This commit is contained in:
Arpit Temani 2021-08-12 14:20:25 +05:30
parent 5ab59960ed
commit f77d924e19

View file

@ -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.