• Felix Lange's avatar
    eth: don't call ValidateFields · 0c9a858f
    Felix Lange authored
    ValidateFields was introduced before the rlp decoder disallowed nil
    values. Decoding RLP will never return nil values, there is no need
    to check for them.
    0c9a858f
handler.go 26.5 KB