Skip to content

Commit

Permalink
test: print the value initialStake instead of its pointer (backport #…
Browse files Browse the repository at this point in the history
…16951) (#16975)

Co-authored-by: Gustavo Grieco <31542053+ggrieco-tob@users.noreply.github.com>
  • Loading branch information
mergify[bot] and ggrieco-tob authored Jul 13, 2023
1 parent 5567e86 commit 77562a6
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 77562a6

Please sign in to comment.