Skip to content

Commit

Permalink
test: print the value initialStake instead of its pointer (#16951)
Browse files Browse the repository at this point in the history
Co-authored-by: Facundo Medica <[email protected]>
  • Loading branch information
ggrieco-tob and facundomedica authored Jul 13, 2023
1 parent 1cf3308 commit b1ac576
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testutil/sims/state_helpers.go
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ func AppStateRandomizedFn(
stake_per_account: "%d",
initially_bonded_validators: "%d"
}
`, initialStake, numInitiallyBonded,
`, initialStake.Uint64(), numInitiallyBonded,
)

simState := &module.SimulationState{
Expand Down

0 comments on commit b1ac576

Please sign in to comment.