mirror of
https://github.com/fluencelabs/tendermint
synced 2025-06-26 03:01:42 +00:00
Documented Block, some renames
This commit is contained in:
@ -86,7 +86,7 @@ func (pol *POL) Verify(valSet *state.ValidatorSet) error {
|
||||
|
||||
}
|
||||
|
||||
func (pol *POL) Description() string {
|
||||
func (pol *POL) StringShort() string {
|
||||
if pol == nil {
|
||||
return "nil-POL"
|
||||
} else {
|
||||
|
Reference in New Issue
Block a user