Skip to content

Commit

Permalink
Make struct pub instead of pub(crate)
Browse files Browse the repository at this point in the history
  • Loading branch information
steviez committed Jun 18, 2024
1 parent 680f086 commit 1f36ab4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ledger-tool/src/ledger_utils.rs
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ use {
thiserror::Error,
};

pub(crate) struct LoadAndProcessLedgerOutput {
pub struct LoadAndProcessLedgerOutput {
pub bank_forks: Arc<RwLock<BankForks>>,
pub starting_snapshot_hashes: Option<StartingSnapshotHashes>,
// Typically, we would want to join all threads before returning. However,
Expand Down

0 comments on commit 1f36ab4

Please sign in to comment.