Merge pull request #1812: Add BaseApp.Seal

* Merge pull request #1812: Add BaseApp.Seal

fix pow

move setter functions

apply requests

* fix errors

* fix test

* fix test

* changelog
This commit is contained in:
Joon
2018-08-01 00:23:25 -04:00
committed by Rigel
parent 179b8f9c49
commit 7b54e4b786
10 changed files with 238 additions and 123 deletions
+2
View File
@@ -196,6 +196,8 @@ func NewGaiaApp(logger log.Logger, db dbm.DB, baseAppOptions ...func(*bam.BaseAp
cmn.Exit(err.Error())
}
app.Seal()
return app
}