sigp / enr

Ethereum Node Record
MIT License
61 stars 29 forks source link

Creating BytesMut with appropriate capacity in ENR Builder #83

Closed Archisman-Mridha closed 3 weeks ago

Archisman-Mridha commented 3 weeks ago

Was going through the sourcecode, trying to understand what are Ethereum Node Records (ENRs). Noticed that we can create BytesMut specifying the capacity everytime, in the ENR builder module.

So here i made a PR :).

AgeManning commented 3 weeks ago

Just need to fix the clippy lints. I would have done it, but i can't seem to push to your master branch

Archisman-Mridha commented 3 weeks ago

Just need to fix the clippy lints. I would have done it, but i can't seem to push to your master branch

Fixed the clippy lint error.