Skip to content

Commit a8851b8

Browse files
Expose SolanaSnapshotConfig (#154)
1 parent 1ac5fa2 commit a8851b8

File tree

1 file changed

+2
-2
lines changed
  • crates/solana-snapshot-source/src

1 file changed

+2
-2
lines changed

crates/solana-snapshot-source/src/lib.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,8 @@ impl SolanaSnapshot {
7171

7272
#[derive(Debug, Clone, Deserialize, Serialize, clap::Args)]
7373
pub struct SolanaSnapshotConfig {
74-
path: PathBuf,
75-
max_workers: usize,
74+
pub path: PathBuf,
75+
pub max_workers: usize,
7676
}
7777

7878
/// A `Source` implementation for the Solana Snapshot API.

0 commit comments

Comments
 (0)