rachel-rose 5 лет назад
Родитель
Сommit
b6cfb5a6fd
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      src/net/messages.rs

+ 2 - 2
src/net/messages.rs

@@ -158,8 +158,8 @@ impl Decodable for VerackMessage {
     }
     }
 }
 }
 
 
-/// Packets are the base type read from the network. Converted to messages and passed to event
-/// loop.
+/// Packets are the base type read from the network. Converted to messages and
+/// passed to event loop.
 pub struct Packet {
 pub struct Packet {
     pub command: String,
     pub command: String,
     pub payload: Vec<u8>,
     pub payload: Vec<u8>,