Skip to content

Commit

Permalink
resolve merge conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
brooksprumo committed Sep 21, 2023
1 parent 9b19c66 commit cbdf6f3
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions ledger-tool/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1135,14 +1135,6 @@ fn main() {
.value_name("PATHS")
.takes_value(true)
.help("Comma separated persistent accounts location");
<<<<<<< HEAD
=======
let accounts_hash_cache_path_arg = Arg::with_name("accounts_hash_cache_path")
.long("accounts-hash-cache-path")
.value_name("PATH")
.takes_value(true)
.help("Use PATH as accounts hash cache location [default: <LEDGER>/accounts_hash_cache]");
>>>>>>> 1d39c3167d (Adds default info to cli arg for --accounts-hash-cache-path (#33331))
let accounts_index_path_arg = Arg::with_name("accounts_index_path")
.long("accounts-index-path")
.value_name("PATH")
Expand Down

0 comments on commit cbdf6f3

Please sign in to comment.