Radish alpha
h
Radicle Heartwood Protocol & Stack
Radicle
Git (anonymous pull)
Log in to clone via SSH
node: Update control sock command tag
cloudhead committed 2 years ago
commit 3fe6bbe1cfe220295c3cb376b504089af4715f31
parent a4e10f034490d2b691b3dfefaa2f1c83e3cb7c03
1 file changed +1 -1
modified radicle/src/node.rs
@@ -452,7 +452,7 @@ impl From<Address> for HostName {

/// Command name.
#[derive(Debug, Clone, Serialize, Deserialize)]
-
#[serde(rename_all = "camelCase", tag = "type")]
+
#[serde(rename_all = "camelCase", tag = "command")]
pub enum Command {
    /// Announce repository references for given repository to peers.
    #[serde(rename_all = "camelCase")]