Skip to content

Commit

Permalink
Address PR feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
jbencin committed Jan 30, 2025
1 parent 25baed1 commit 887a05d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stackslib/src/burnchains/bitcoin/indexer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ impl BitcoinIndexer {
true,
false,
)
.unwrap_or_else(|_| panic!("Failed to open {:?}", working_dir_path.to_str().unwrap()));
.unwrap_or_else(|_| panic!("Failed to open {working_dir_path:?}"));

BitcoinIndexer {
config: BitcoinIndexerConfig::default_regtest(
Expand Down

0 comments on commit 887a05d

Please sign in to comment.