Skip to content

Commit 618c3a0

Browse files
committed
chore: cargo fmt
1 parent cc5e2fd commit 618c3a0

File tree

1 file changed

+2
-2
lines changed
  • testnet/stacks-node/src/nakamoto_node

1 file changed

+2
-2
lines changed

testnet/stacks-node/src/nakamoto_node/miner.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ pub enum MinerDirective {
8080
BeginTenure {
8181
/// This is the block ID of the first block in the parent tenure
8282
parent_tenure_start: StacksBlockId,
83-
/// This is the snapshot that this miner won, and will produce a tenure for
83+
/// This is the snapshot that this miner won, and will produce a tenure for
8484
burnchain_tip: BlockSnapshot,
8585
/// This is `true` if the snapshot above is known not to be the the latest burnchain tip,
8686
/// but an ancestor of it (for example, the burnchain tip could be an empty flash block, but the
@@ -125,7 +125,7 @@ pub enum MinerReason {
125125
/// tip). This indication is important because the miner would issue a BlockFound
126126
/// tenure-change, and then issue an Extended tenure-change right afterwards in order to
127127
/// update the burnchain view exposed to Clarity for the highest sortition.
128-
late: bool
128+
late: bool,
129129
},
130130
/// The miner thread was spawned to extend an existing tenure
131131
Extended {

0 commit comments

Comments
 (0)