diff --git a/eth/protocols/eth/receipt.go b/eth/protocols/eth/receipt.go index 0b249ae0a7..9416850025 100644 --- a/eth/protocols/eth/receipt.go +++ b/eth/protocols/eth/receipt.go @@ -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 {