Skip to content

Commit

Permalink
Update node/tools/src/config.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Akosh Farkash <[email protected]>
  • Loading branch information
pompon0 and aakoshh authored Aug 13, 2024
1 parent 356b881 commit 7e8af7c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion node/tools/src/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 7e8af7c

Please sign in to comment.