Skip to content

Commit

Permalink
Merge branch 'snap-storage-range' of github.com:lambdaclass/lambda_et…
Browse files Browse the repository at this point in the history
…hereum_rust into snap-storage-range
  • Loading branch information
fmoletta committed Oct 31, 2024
2 parents d02e8f2 + 384eff7 commit 0575a44
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions crates/networking/p2p/rlpx/message.rs
Original file line number Diff line number Diff line change
Expand Up @@ -80,10 +80,10 @@ impl Display for Message {
Message::Ping(_) => "p2p:Ping".fmt(f),
Message::Pong(_) => "p2p:Pong".fmt(f),
Message::Status(_) => "eth:Status".fmt(f),
Message::GetAccountRange(_) => "snap::GetAccountRange".fmt(f),
Message::AccountRange(_) => "snap::AccountRange".fmt(f),
Message::GetStorageRanges(_) => "snap::GetStorageRanges".fmt(f),
Message::StorageRanges(_) => "snap::StorageRanges".fmt(f),
Message::GetAccountRange(_) => "snap:GetAccountRange".fmt(f),
Message::AccountRange(_) => "snap:AccountRange".fmt(f),
Message::GetStorageRanges(_) => "snap:GetStorageRanges".fmt(f),
Message::StorageRanges(_) => "snap:StorageRanges".fmt(f),
}
}
}

0 comments on commit 0575a44

Please sign in to comment.