From 7e8af7cbd59f38b74428307376ff4676b7a4802d Mon Sep 17 00:00:00 2001 From: Grzegorz Prusak Date: Tue, 13 Aug 2024 16:09:50 +0200 Subject: [PATCH] Update node/tools/src/config.rs Co-authored-by: Akosh Farkash --- node/tools/src/config.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/node/tools/src/config.rs b/node/tools/src/config.rs index f0104610..cb84e48d 100644 --- a/node/tools/src/config.rs +++ b/node/tools/src/config.rs @@ -264,7 +264,6 @@ impl Configs { let replica_store = store::RocksDB::open(self.app.genesis.clone(), &self.database).await?; let store = TestMemoryStorage::new(ctx, &self.app.genesis).await; - // We don't have an API to poll in this setup, we can only create a local store based attestation client. let attestation = Arc::new(attestation::Controller::new(self.app.attester_key.clone())); let runner = store.runner;