Co-authored-by: Gustavo Grieco <31542053+ggrieco-tob@users.noreply.github.com>
This commit is contained in:
co-authored by
Gustavo Grieco
parent
5567e86977
commit
77562a60dd
@@ -222,7 +222,7 @@ func AppStateRandomizedFn(
|
||||
stake_per_account: "%d",
|
||||
initially_bonded_validators: "%d"
|
||||
}
|
||||
`, initialStake, numInitiallyBonded,
|
||||
`, initialStake.Uint64(), numInitiallyBonded,
|
||||
)
|
||||
|
||||
simState := &module.SimulationState{
|
||||
|
||||
Reference in New Issue
Block a user