diff --git a/crates/sui-node/src/lib.rs b/crates/sui-node/src/lib.rs index 4d3cbc8b3aff1..0820a83b25cb9 100644 --- a/crates/sui-node/src/lib.rs +++ b/crates/sui-node/src/lib.rs @@ -656,7 +656,6 @@ impl SuiNode { info!("start snapshot upload"); // Start uploading state snapshot to remote store - // TODO (wlmyng): see if we can feed authority here let state_snapshot_handle = Self::start_state_snapshot( &config, &prometheus_registry,