From 73da86c7224932c2a90a2016dc9f9566db45b6fd Mon Sep 17 00:00:00 2001 From: Bryan White Date: Thu, 29 Jun 2023 16:54:54 +0200 Subject: [PATCH] chore: convert `DISCUSS_THIS_COMMIT` to `TECHDEBT` --- p2p/utils_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/p2p/utils_test.go b/p2p/utils_test.go index 7f5cd8b7f..3ec09a8cb 100644 --- a/p2p/utils_test.go +++ b/p2p/utils_test.go @@ -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.