Governance Quorum (#3053)

This commit is contained in:
Sunny Aggarwal
2018-12-10 02:50:20 -08:00
committed by Jae Kwon
parent 133134ca52
commit 945803d586
8 changed files with 40 additions and 6 deletions
+1 -1
View File
@@ -131,7 +131,7 @@ func run(rootDir string) {
_ = proxyApp.Stop()
}()
var state tmsm.State = tmsm.LoadState(tmDB)
state := tmsm.LoadState(tmDB)
if state.LastBlockHeight == 0 {
// Send InitChain msg
fmt.Println("Sending InitChain msg")