feat: add node identity to networking stack (#2758)

This commit is contained in:
Bjerg
2023-05-20 09:24:31 +02:00
committed by GitHub
parent 2416756b20
commit 238eea37cf
3 changed files with 15 additions and 5 deletions

View File

@ -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