mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-26 14:46:42 +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,
|
GasUsed: gasUsed,
|
||||||
Logs: logs,
|
Logs: logs,
|
||||||
}
|
}
|
||||||
return nil
|
return s.ListEnd()
|
||||||
}
|
}
|
||||||
|
|
||||||
func (r *Receipt) EncodeRLP(_w io.Writer) error {
|
func (r *Receipt) EncodeRLP(_w io.Writer) error {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue