mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
core/types: remove additional error check
This commit is contained in:
parent
b3f9f7b337
commit
6d445f41f3
1 changed files with 0 additions and 3 deletions
|
|
@ -177,9 +177,6 @@ func (r *Receipt) DecodeRLP(s *rlp.Stream) error {
|
|||
if err := s.ReadBytes(b); err != nil {
|
||||
return err
|
||||
}
|
||||
if err != nil {
|
||||
return err
|
||||
}
|
||||
return r.decodeTyped(b)
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue