Skip to content

Commit ee18b61

Browse files
committed
dont send message to self
1 parent 8cc0b78 commit ee18b61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

epoch_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1517,7 +1517,7 @@ func TestRejectsOldNotarizationAndVotes(t *testing.T) {
15171517
ctx := context.Background()
15181518
nodes := []NodeID{{1}, {2}, {3}, {4}}
15191519
initialBlock := createBlocks(t, nodes, 1)[0]
1520-
conf, wal, storage := testutil.DefaultTestNodeEpochConfig(t, nodes[1], testutil.NewNoopComm(nodes), bb)
1520+
conf, wal, storage := testutil.DefaultTestNodeEpochConfig(t, nodes[3], testutil.NewNoopComm(nodes), bb)
15211521
storage.Index(ctx, initialBlock.VerifiedBlock, initialBlock.Finalization)
15221522

15231523
e, err := NewEpoch(conf)

0 commit comments

Comments
 (0)