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 @@ -139,7 +139,7 @@ pub struct BlockMinerThread {
139
139
burnchain : Burnchain ,
140
140
/// Last block mined
141
141
last_block_mined : Option < NakamotoBlock > ,
142
- /// Number of blocks mined since a tenure change/extend
142
+ /// Number of blocks mined since a tenure change/extend was attempted
143
143
mined_blocks : u64 ,
144
144
/// Copy of the node's registered VRF key
145
145
registered_key : RegisteredKey ,
@@ -160,7 +160,7 @@ pub struct BlockMinerThread {
160
160
/// Handle to the p2p thread for block broadcast
161
161
p2p_handle : NetworkHandle ,
162
162
signer_set_cache : Option < RewardSet > ,
163
- /// The time at which tenure change was issued
163
+ /// The time at which tenure change/extend was attempted
164
164
tenure_change_time : Instant ,
165
165
}
166
166
You can’t perform that action at this time.
0 commit comments