This commit is contained in:
Ethan Buchman 2018-03-27 11:35:58 -04:00
parent 64044d04a7
commit 4331d9c2a4
1 changed files with 1 additions and 1 deletions

View File

@ -337,7 +337,7 @@ func startTMAndLCD() (*nm.Node, net.Listener, error) {
if err != nil {
return nil, nil, err
}
genDoc.AppState = stateBytes
genDoc.AppStateJSON = stateBytes
cdc := wire.NewCodec()