refactor!: extract AppStateFn out of simapp (#14977)

This commit is contained in:
Julien Robert
2023-02-09 14:16:07 +00:00
committed by GitHub
parent 833ca9f0f1
commit 4f13b5b319
7 changed files with 50 additions and 46 deletions
-7
View File
@@ -1,7 +0,0 @@
package params
// Simulation parameter constants
const (
StakePerAccount = "stake_per_account"
InitiallyBondedValidators = "initially_bonded_validators"
)