mirror of
https://github.com/fluencelabs/tendermint
synced 2025-06-12 21:01:21 +00:00
more fixes from review
This commit is contained in:
@ -672,7 +672,7 @@ OUTER_LOOP:
|
||||
|
||||
func (conR *ConsensusReactor) String() string {
|
||||
// better not to access shared variables
|
||||
return Fmt("ConsensusReactor") // conR.StringIndented("")
|
||||
return "ConsensusReactor" // conR.StringIndented("")
|
||||
}
|
||||
|
||||
func (conR *ConsensusReactor) StringIndented(indent string) string {
|
||||
|
Reference in New Issue
Block a user