Skip to content

Commit

Permalink
Fix develop's build (#4108)
Browse files Browse the repository at this point in the history
Fix build failure introduced with 722d122
  • Loading branch information
alessio committed Apr 13, 2019
1 parent 722d122 commit 21e0d3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/gaia/app/sim_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -570,7 +570,7 @@ func BenchmarkInvariants(b *testing.B) {
os.RemoveAll(dir)
}()

app := NewGaiaApp(logger, db, nil, true, false)
app := NewGaiaApp(logger, db, nil, true, 0)

// 2. Run parameterized simulation (w/o invariants)
_, err := simulation.SimulateFromSeed(
Expand Down

0 comments on commit 21e0d3c

Please sign in to comment.