node: Better error message when protocol mismatch
modified radicle-node/src/wire/protocol.rs
@@ -7,7 +7,7 @@ use std::collections::VecDeque;
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -28,8 +28,8 @@ use radicle::storage::WriteStorage;
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|
@@ -370,7 +370,7 @@ where
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -518,17 +518,27 @@ where
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|
modified radicle-node/src/worker.rs
@@ -315,7 +315,7 @@ impl<G: Signer + Ecdh + 'static> Worker<G> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -398,7 +398,7 @@ impl Pool {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|