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 f2a8d3e commit 8c9d129Copy full SHA for 8c9d129
testnet/stacks-node/src/nakamoto_node/relayer.rs
@@ -930,7 +930,7 @@ impl RelayerThread {
930
if !won_last_non_empty_sortition_snapshot {
931
debug!("Relayer: Failed to issue a tenure change payload in our last tenure. Issue a new tenure change payload.");
932
(
933
- canonical_stacks_tip, // TODO: what should this be? is this correct?
+ canonical_stacks_tip,
934
last_block_election_snapshot,
935
MinerReason::EmptyTenure,
936
)
0 commit comments