Skip to content

Commit

Permalink
format simulation.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kingpinXD committed Oct 22, 2024
1 parent cf4cb45 commit d5ae57c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion app/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -1037,7 +1037,6 @@ func (app *App) SimulationManager() *module.SimulationManager {

func (app *App) BasicManager() module.BasicManager {
return app.mb

}

func (app *App) BlockedAddrs() map[string]bool {
Expand Down
3 changes: 0 additions & 3 deletions docs/development/SIMULATION_TESTING.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
# Zetachain simulation testing



## Overview
The blockchain simulation tests how the blockchain application would behave under real life circumstances by generating
and sending randomized messages.The goal of this is to detect and debug failures that could halt a live chain,by providing
Expand Down

0 comments on commit d5ae57c

Please sign in to comment.