fix hardcoded auth sims (#7135)
* fix hardcoded auth sims * changelog Co-authored-by: Alexander Bezobchuk <alexanderbez@users.noreply.github.com> Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
This commit is contained in:
co-authored by
Alexander Bezobchuk
mergify[bot]
parent
beafb58656
commit
3e148a9ce7
@@ -153,6 +153,9 @@ type AppStateFn func(r *rand.Rand, accs []Account, config Config) (
|
||||
appState json.RawMessage, accounts []Account, chainId string, genesisTimestamp time.Time,
|
||||
)
|
||||
|
||||
// RandomAccountFn returns a slice of n random simulation accounts
|
||||
type RandomAccountFn func(r *rand.Rand, n int) []Account
|
||||
|
||||
type Params interface {
|
||||
PastEvidenceFraction() float64
|
||||
NumKeys() int
|
||||
|
||||
Reference in New Issue
Block a user