Skip to content

Commit 8c9d129

Browse files
committed
Remove TODO comment
Signed-off-by: Jacinta Ferrant <[email protected]>
1 parent f2a8d3e commit 8c9d129

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -930,7 +930,7 @@ impl RelayerThread {
930930
if !won_last_non_empty_sortition_snapshot {
931931
debug!("Relayer: Failed to issue a tenure change payload in our last tenure. Issue a new tenure change payload.");
932932
(
933-
canonical_stacks_tip, // TODO: what should this be? is this correct?
933+
canonical_stacks_tip,
934934
last_block_election_snapshot,
935935
MinerReason::EmptyTenure,
936936
)

0 commit comments

Comments
 (0)