From b1ac5768f7562c9a01f8642ea7dbbde7a82883fa Mon Sep 17 00:00:00 2001 From: Gustavo Grieco <31542053+ggrieco-tob@users.noreply.github.com> Date: Thu, 13 Jul 2023 10:19:00 +0200 Subject: [PATCH] test: print the value initialStake instead of its pointer (#16951) Co-authored-by: Facundo Medica <14063057+facundomedica@users.noreply.github.com> --- testutil/sims/state_helpers.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testutil/sims/state_helpers.go b/testutil/sims/state_helpers.go index e0d643a90f..55b7a5b065 100644 --- a/testutil/sims/state_helpers.go +++ b/testutil/sims/state_helpers.go @@ -222,7 +222,7 @@ func AppStateRandomizedFn( stake_per_account: "%d", initially_bonded_validators: "%d" } -`, initialStake, numInitiallyBonded, +`, initialStake.Uint64(), numInitiallyBonded, ) simState := &module.SimulationState{