mirror of
https://github.com/tendermint/tendermint.git
synced 2026-01-08 22:23:11 +00:00
consensus: no internal vars in reactor.String()
This commit is contained in:
@@ -671,7 +671,8 @@ OUTER_LOOP:
|
||||
}
|
||||
|
||||
func (conR *ConsensusReactor) String() string {
|
||||
return conR.StringIndented("")
|
||||
// better not to access shared variables
|
||||
return Fmt("ConsensusReactor") // conR.StringIndented("")
|
||||
}
|
||||
|
||||
func (conR *ConsensusReactor) StringIndented(indent string) string {
|
||||
|
||||
Reference in New Issue
Block a user