parazyd 3 anni fa
parent
commit
9b61334f1a
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      bin/dnetview/src/rpc.rs

+ 1 - 1
bin/dnetview/src/rpc.rs

@@ -53,7 +53,7 @@ impl RpcConnect {
             Err(e) => Err(DnetViewError::Darkfi(e)),
         }
     }
-    
+
     // --> {"jsonrpc": "2.0", "method": "dnet_switch", "params": [true], "id": 42}
     // <-- {"jsonrpc": "2.0", "result": true, "id": 42}
     pub async fn dnet_enable(&self, params: bool) -> DnetViewResult<Value> {