From 37cc6d9a0dd63488ddcaf84422040f7b94faa8cf Mon Sep 17 00:00:00 2001 From: Jeff Bencin Date: Wed, 18 Dec 2024 12:01:46 -0500 Subject: [PATCH] fix: Typo from PR feedback Co-authored-by: Brice --- stackslib/src/cli.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stackslib/src/cli.rs b/stackslib/src/cli.rs index 49560ed7d25..66e14d4b5dc 100644 --- a/stackslib/src/cli.rs +++ b/stackslib/src/cli.rs @@ -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}"))