From 38a624fecf3109a648e243458660506c729dfa8a Mon Sep 17 00:00:00 2001 From: J H <2364004+Blu-J@users.noreply.github.com> Date: Mon, 13 Nov 2023 10:55:39 -0700 Subject: [PATCH] chore: Remove the todoes that we have done. Leaving in the thing about the rpc client because that will be part of the rewrite, and some of the previous logic should be usefull for the next version of the api. We do need a bidirection but that should world --- backend/src/manager/persistent_container.rs | 3 --- 1 file changed, 3 deletions(-) diff --git a/backend/src/manager/persistent_container.rs b/backend/src/manager/persistent_container.rs index e6380bf49..ac141679d 100644 --- a/backend/src/manager/persistent_container.rs +++ b/backend/src/manager/persistent_container.rs @@ -31,9 +31,6 @@ pub struct PersistentContainer { procedures: Mutex>, } -// BLUJ TODO Need to get the only action is this and not procedure/ -// BLUJ Modify the rpc client to match the new type - impl PersistentContainer { #[instrument(skip_all)] pub async fn init(seed: &Arc) -> Result {