mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
Update core/types/receipt.go
This commit is contained in:
parent
8e72579e7c
commit
08385ca2d8
1 changed files with 1 additions and 1 deletions
|
|
@ -271,7 +271,7 @@ func (r *ReceiptForStorage) EncodeRLP(_w io.Writer) error {
|
|||
logList := w.List()
|
||||
for _, log := range r.Logs {
|
||||
if err := log.EncodeRLP(w); err != nil {
|
||||
return nil
|
||||
return err
|
||||
}
|
||||
}
|
||||
w.ListEnd(logList)
|
||||
|
|
|
|||
Loading…
Reference in a new issue