Skip to content

Commit

Permalink
chore: convert DISCUSS_THIS_COMMIT to TECHDEBT
Browse files Browse the repository at this point in the history
  • Loading branch information
bryanchriswhite committed Jun 29, 2023
1 parent b527d91 commit 73da86c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion p2p/utils_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@ func prepareEventMetricsAgentMock(t *testing.T, valId string, wg *sync.WaitGroup
ctrl := gomock.NewController(t)
eventMetricsAgentMock := mockModules.NewMockEventMetricsAgent(ctrl)

// DISCUSS_THIS_COMMIT: The number of times each telemetry event is expected
// TECHDEBT: The number of times each telemetry event is expected
// (below) is dependent on the number of redundant messages all validators see,
// which is a function of the network size. Until this function is derived and
// implemented, we cannot predict the number of times each event is expected.
Expand Down

0 comments on commit 73da86c

Please sign in to comment.