eth/protocols/eth, les: avoid Raw() when decoding HashOrNumber (#22841)
Getting the raw value is not necessary to decode this type, and decoding it directly from the stream is faster.
Showing
Please register or sign in to comment
Getting the raw value is not necessary to decode this type, and decoding it directly from the stream is faster.