Skip to content

Commit 2d33732

Browse files
committed
remove todo
1 parent a91b02b commit 2d33732

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

epoch_test.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1203,7 +1203,8 @@ func TestEpochBlockTooHighRound(t *testing.T) {
12031203
})
12041204
}
12051205

1206-
// Test that we send the block digest when we dont have a notarization
1206+
// TestEpochSendsBlockDigestRequest ensures that we send a block digest request
1207+
// when we receive a notarization for a block we don't have
12071208
func TestEpochSendsBlockDigestRequest(t *testing.T) {
12081209
bb := testutil.NewTestBlockBuilder()
12091210
nodes := []NodeID{{1}, {2}, {3}, {4}}

replication_state.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,6 @@ func (r *ReplicationState) ResendFinalizationRequest(seq uint64, signers []NodeI
238238

239239
// CreateDependencyTasks creates tasks to refetch the given parent digest and empty rounds. If there are no
240240
// dependencies, no tasks are created.
241-
// TODO: in a future PR, these requests will be sent as specific digest requests.
242241
func (r *ReplicationState) CreateDependencyTasks(parent *Digest, parentSeq uint64, emptyRounds []uint64) {
243242
if parent != nil {
244243
r.digestTimeouts.AddTask(missingBlock{digest: *parent, seq: parentSeq})

0 commit comments

Comments
 (0)