mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
feat: add node identity to networking stack (#2758)
This commit is contained in:
@ -84,7 +84,7 @@ impl HelloMessageBuilder {
|
||||
self
|
||||
}
|
||||
|
||||
/// Sets client version.
|
||||
/// Sets protocol version.
|
||||
pub fn protocol_version(mut self, protocol_version: ProtocolVersion) -> Self {
|
||||
self.protocol_version = Some(protocol_version);
|
||||
self
|
||||
|
||||
Reference in New Issue
Block a user