mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-26 06:36:43 +00:00
eth/protocols/eth: add missing ListEnd call
This commit is contained in:
parent
0cffccf6c0
commit
e325130719
1 changed files with 1 additions and 1 deletions
|
|
@ -59,7 +59,7 @@ func (r *Receipt) DecodeRLP(s *rlp.Stream) error {
|
|||
GasUsed: gasUsed,
|
||||
Logs: logs,
|
||||
}
|
||||
return nil
|
||||
return s.ListEnd()
|
||||
}
|
||||
|
||||
func (r *Receipt) EncodeRLP(_w io.Writer) error {
|
||||
|
|
|
|||
Loading…
Reference in a new issue