Skip to content

Commit

Permalink
Build
Browse files Browse the repository at this point in the history
  • Loading branch information
ebatsell committed Jan 29, 2025
1 parent 2513f32 commit b66f838
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions tip-router-operator-cli/src/ledger_utils.rs
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,7 @@ pub fn get_bank_from_ledger(
process_options,
Some(full_snapshots_path.clone()),
Some(incremental_snapshots_path.clone()),
operator_address,
) {
Ok(res) => res,
Err(e) => {
Expand Down
2 changes: 1 addition & 1 deletion tip-router-operator-cli/src/load_and_process_ledger.rs
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ pub fn load_and_process_ledger(
process_options: ProcessOptions,
snapshot_archive_path: Option<PathBuf>,
incremental_snapshot_archive_path: Option<PathBuf>,
operator_address: Pubkey,
operator_address: &Pubkey,
) -> Result<(Arc<RwLock<BankForks>>, Option<StartingSnapshotHashes>), LoadAndProcessLedgerError> {
let bank_snapshots_dir = if blockstore.is_primary_access() {
blockstore.ledger_path().join("snapshot")
Expand Down

0 comments on commit b66f838

Please sign in to comment.