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 {