We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbc4094 commit 0f1b1b5Copy full SHA for 0f1b1b5
fendermint/app/src/cmd/proof_cache.rs
@@ -5,7 +5,7 @@ use crate::cmd;
5
use crate::options::proof_cache::{ProofCacheArgs, ProofCacheCommands};
6
use fendermint_vm_topdown_proof_service::persistence::ProofCachePersistence;
7
use fendermint_vm_topdown_proof_service::{CacheConfig, ProofCache};
8
-use std::path::{Path, PathBuf};
+use std::path::Path;
9
10
cmd! {
11
ProofCacheArgs(self) {
0 commit comments