From 9c0f1af7e5bff12878a94fa1eeb588f85120b972 Mon Sep 17 00:00:00 2001 From: dr-frmr Date: Thu, 4 Jul 2024 13:02:07 +0200 Subject: [PATCH] remove outdated TODOs --- kinode/src/http/server.rs | 2 +- lib/src/eth.rs | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/kinode/src/http/server.rs b/kinode/src/http/server.rs index 2da97f11..0ff82806 100644 --- a/kinode/src/http/server.rs +++ b/kinode/src/http/server.rs @@ -193,7 +193,7 @@ pub async fn http_server( let rpc_bound_path = BoundPath { app: Some(ProcessId::new(Some("rpc"), "distro", "sys")), path: path.clone(), - secure_subdomain: None, // TODO maybe RPC *should* have subdomain? + secure_subdomain: None, authenticated: false, local_only: true, static_content: None, diff --git a/lib/src/eth.rs b/lib/src/eth.rs index ba13b884..26922e6b 100644 --- a/lib/src/eth.rs +++ b/lib/src/eth.rs @@ -84,9 +84,6 @@ pub enum EthError { /// The action type used for configuring eth:distro:sys. Only processes which have the "root" /// capability from eth:distro:sys can successfully send this action. -/// -/// NOTE: changes to config will not be persisted between boots, they must be saved in .env -/// to be reflected between boots. TODO: can change this #[derive(Debug, Serialize, Deserialize)] pub enum EthConfigAction { /// Add a new provider to the list of providers.