Documented Block, some renames

This commit is contained in:
Jae Kwon
2014-12-23 01:35:54 -08:00
parent 403d24a4b2
commit 62ff48c02b
12 changed files with 174 additions and 83 deletions

View File

@ -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 {