Skip to content

Commit fa4be1b

Browse files
authored
Merge branch 'snap-storage-range' into snap-bytecodes
2 parents a6d2f08 + 384eff7 commit fa4be1b

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

crates/networking/p2p/rlpx/message.rs

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -94,12 +94,12 @@ impl Display for Message {
9494
Message::Ping(_) => "p2p:Ping".fmt(f),
9595
Message::Pong(_) => "p2p:Pong".fmt(f),
9696
Message::Status(_) => "eth:Status".fmt(f),
97-
Message::GetAccountRange(_) => "snap::GetAccountRange".fmt(f),
98-
Message::AccountRange(_) => "snap::AccountRange".fmt(f),
99-
Message::GetStorageRanges(_) => "snap::GetStorageRanges".fmt(f),
100-
Message::StorageRanges(_) => "snap::StorageRanges".fmt(f),
101-
Message::GetByteCodes(_) => "snap::GetByteCodes".fmt(f),
102-
Message::ByteCodes(_) => "snap::ByteCodes".fmt(f),
97+
Message::GetAccountRange(_) => "snap:GetAccountRange".fmt(f),
98+
Message::AccountRange(_) => "snap:AccountRange".fmt(f),
99+
Message::GetStorageRanges(_) => "snap:GetStorageRanges".fmt(f),
100+
Message::StorageRanges(_) => "snap:StorageRanges".fmt(f),
101+
Message::GetByteCodes(_) => "snap:GetByteCodes".fmt(f),
102+
Message::ByteCodes(_) => "snap:ByteCodes".fmt(f),
103103
}
104104
}
105105
}

0 commit comments

Comments
 (0)