We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86032d5 commit ce539b1Copy full SHA for ce539b1
stackslib/src/cli.rs
@@ -440,7 +440,7 @@ pub fn command_try_mine(argv: &[String], conf: Option<&Config>) {
440
)
441
.unwrap_or_else(|e| panic!("Failed to open mempool db: {e}"));
442
443
- // Parent Staccks header for block we are going to mine
+ // Parent Stacks header for block we are going to mine
444
let parent_stacks_header =
445
NakamotoChainState::get_canonical_block_header(chainstate.db(), &sort_db)
446
.unwrap_or_else(|e| panic!("Error looking up chain tip: {e}"))
0 commit comments