String implements the stringer interface, returning the consensus engine details.
()
| 312 | |
| 313 | // String implements the stringer interface, returning the consensus engine details. |
| 314 | func (c *DporConfig) String() string { |
| 315 | return "dpor" |
| 316 | } |
| 317 | |
| 318 | func (c *DporConfig) ValidatorsLen() uint64 { |
| 319 | if c != nil { |
no outgoing calls