modified node/src/protocol.rs
@@ -755,7 +755,7 @@ where
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -790,7 +790,6 @@ where
|
|
|
|
|
|
| - | |
|
|
|
|
|
modified node/src/protocol/message.rs
@@ -30,7 +30,7 @@ pub struct Hostname(String);
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -48,7 +48,7 @@ impl TryFrom<u16> for MessageType {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -337,8 +337,8 @@ impl wire::Decode for InventoryAnnouncement {
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|
@@ -384,8 +384,8 @@ pub enum Message {
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|
@@ -428,7 +428,7 @@ impl Message {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -441,7 +441,7 @@ impl Message {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -477,7 +477,7 @@ impl wire::Encode for Message {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -536,14 +536,14 @@ impl wire::Decode for Message {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified node/src/protocol/peer.rs
@@ -115,7 +115,7 @@ impl Peer {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -132,7 +132,7 @@ impl Peer {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -236,7 +236,7 @@ impl Peer {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified node/src/test/peer.rs
@@ -144,7 +144,7 @@ where
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -153,8 +153,8 @@ where
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|
@@ -168,15 +168,15 @@ where
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified node/src/test/tests.rs
@@ -112,7 +112,7 @@ fn test_handshake_invalid_timestamp() {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|