File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
testnet/stacks-node/src/nakamoto_node Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ pub enum MinerDirective {
80
80
BeginTenure {
81
81
/// This is the block ID of the first block in the parent tenure
82
82
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
84
84
burnchain_tip : BlockSnapshot ,
85
85
/// This is `true` if the snapshot above is known not to be the the latest burnchain tip,
86
86
/// 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 {
125
125
/// tip). This indication is important because the miner would issue a BlockFound
126
126
/// tenure-change, and then issue an Extended tenure-change right afterwards in order to
127
127
/// update the burnchain view exposed to Clarity for the highest sortition.
128
- late : bool
128
+ late : bool ,
129
129
} ,
130
130
/// The miner thread was spawned to extend an existing tenure
131
131
Extended {
You can’t perform that action at this time.
0 commit comments