Skip to content

Commit

Permalink
Update visibility
Browse files Browse the repository at this point in the history
  • Loading branch information
raychu86 committed Aug 24, 2022
1 parent 1a45137 commit f4965e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion snarkos/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ impl Clean {
}

/// Removes the specified ledger from storage.
pub(super) fn remove_ledger(network: u16, dev: Option<u16>) -> Result<String> {
fn remove_ledger(network: u16, dev: Option<u16>) -> Result<String> {
// Construct the path to the ledger in storage.
let path = aleo_std::aleo_ledger_dir(network, dev);
// Check if the path to the ledger exists in storage.
Expand Down

0 comments on commit f4965e0

Please sign in to comment.