minor comments/changes

This commit is contained in:
Ethan Buchman
2017-09-11 15:45:12 -04:00
parent 301845943c
commit 29bfcb0a31
4 changed files with 3 additions and 7 deletions

View File

@@ -12,11 +12,6 @@ import (
cmn "github.com/tendermint/tmlibs/common"
)
//------------------------------------------------------------
// we store the gendoc in the db
var GenDocKey = []byte("GenDocKey")
//------------------------------------------------------------
// core types for a genesis definition

View File

@@ -15,6 +15,7 @@ import (
"github.com/tendermint/tmlibs/log"
)
// TODO: type ?
const (
stepNone = 0 // Used to distinguish the initial state
stepPropose = 1