From cca1dd8e3ec50024d4912f655960f811123e0cd0 Mon Sep 17 00:00:00 2001 From: Anton Kaliaev Date: Tue, 10 Apr 2018 11:36:31 +0200 Subject: [PATCH] removed excessive comment Refs https://github.com/tendermint/tendermint/pull/1446#discussion_r180353446 --- consensus/types/state.go | 3 --- 1 file changed, 3 deletions(-) diff --git a/consensus/types/state.go b/consensus/types/state.go index b18fbd7c0..0c3626cc7 100644 --- a/consensus/types/state.go +++ b/consensus/types/state.go @@ -52,9 +52,6 @@ func (rs RoundStepType) String() string { //----------------------------------------------------------------------------- // RoundState defines the internal consensus state. -// It should be immutable when returned from ConsensusState.GetRoundState(), but it's not. -// TODO: Actually, only the top pointer is copied, -// so access to field pointers is still racey // NOTE: Not thread safe. Should only be manipulated by functions downstream // of the cs.receiveRoutine type RoundState struct {