Cleanup, additional item in PENDING.md

This commit is contained in:
Christopher Goes
2018-10-23 18:29:39 +02:00
parent 604de8599a
commit edd56be952
5 changed files with 2 additions and 26 deletions
-1
View File
@@ -126,7 +126,6 @@ func testAndRunTxs(app *GaiaApp) []simulation.WeightedOperation {
func invariants(app *GaiaApp) []simulation.Invariant {
return []simulation.Invariant{
banksim.NonnegativeBalanceInvariant(app.accountKeeper),
distributionsim.AllInvariants(app.bankKeeper, app.distrKeeper, app.accountKeeper),
govsim.AllInvariants(),
stakesim.AllInvariants(app.bankKeeper, app.stakeKeeper, app.feeCollectionKeeper, app.distrKeeper, app.accountKeeper),
slashingsim.AllInvariants(),