Merge PR #3884: steak to stake

This commit is contained in:
Frank Yang
2019-03-14 10:32:46 -04:00
committed by frog power 4000
parent 648b43288b
commit 7e53da86ee
8 changed files with 36 additions and 36 deletions
+1 -1
View File
@@ -92,7 +92,7 @@ func appStateRandomizedFn(r *rand.Rand, accs []simulation.Account, genesisTimest
numInitiallyBonded = numAccs
}
fmt.Printf("Selected randomly generated parameters for simulated genesis:\n"+
"\t{amount of steak per account: %v, initially bonded validators: %v}\n",
"\t{amount of stake per account: %v, initially bonded validators: %v}\n",
amount, numInitiallyBonded)
// randomly generate some genesis accounts