Skip to content

Commit

Permalink
fix: Address PR feedback
Browse files Browse the repository at this point in the history
Co-authored-by: Brice <[email protected]>
  • Loading branch information
jbencin and obycode authored Dec 20, 2024
1 parent 86032d5 commit ce539b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stackslib/src/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -440,7 +440,7 @@ pub fn command_try_mine(argv: &[String], conf: Option<&Config>) {
)
.unwrap_or_else(|e| panic!("Failed to open mempool db: {e}"));

// Parent Staccks header for block we are going to mine
// Parent Stacks header for block we are going to mine
let parent_stacks_header =
NakamotoChainState::get_canonical_block_header(chainstate.db(), &sort_db)
.unwrap_or_else(|e| panic!("Error looking up chain tip: {e}"))
Expand Down

0 comments on commit ce539b1

Please sign in to comment.