mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
feat: alloy-evm and new revm integration (#14021)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de> Co-authored-by: rakita <rakita@users.noreply.github.com>
This commit is contained in:
@ -86,7 +86,7 @@ impl CustomRlpxProtoMessage {
|
||||
/// Decodes a `CustomRlpxProtoMessage` from the given message buffer.
|
||||
pub fn decode_message(buf: &mut &[u8]) -> Option<Self> {
|
||||
if buf.is_empty() {
|
||||
return None;
|
||||
return None
|
||||
}
|
||||
let id = buf[0];
|
||||
buf.advance(1);
|
||||
|
||||
Reference in New Issue
Block a user