diff --git a/node/pkg/node/node.go b/node/pkg/node/node.go index fc4c81d982..fbfcb89e5e 100644 --- a/node/pkg/node/node.go +++ b/node/pkg/node/node.go @@ -80,7 +80,6 @@ type G struct { gossipControlSendC chan []byte gossipAttestationSendC chan []byte gossipVaaSendC chan []byte - // Inbound observations. This is read/write because the processor also writes to it as a fast-path when handling locally made observations. // Inbound observation batches. batchObsvC channelPair[*common.MsgWithTimeStamp[gossipv1.SignedObservationBatch]] // Finalized guardian observations aggregated across all chains