cli: fix casing for warning of preferred_seeds
While the field name will preferred_seeds in Rust, the casing for
the JSON file is preferredSeeds.
3 files changed
+7
-5
91eb6fc0
→
c33c26fa
modified crates/radicle-cli/examples/rad-warn-old-nodes.md
@@ -39,7 +39,7 @@ $ rad debug
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -49,7 +49,7 @@ Also, `rad node status` will warn us:
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
| - | |
|
|
| + | |
modified crates/radicle-cli/src/warning.rs
@@ -39,7 +39,7 @@ fn nodes_renamed_for_option(
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified crates/radicle-protocol/src/service.rs
@@ -221,7 +221,9 @@ pub enum ConnectError {
|
|
|
|
|
|
| - | |
| + | |
| + | |
| + | |
|
|
|
|
|