diff --git a/modules/farm/simulation/operations.go b/modules/farm/simulation/operations.go index 54e06698..875775e0 100644 --- a/modules/farm/simulation/operations.go +++ b/modules/farm/simulation/operations.go @@ -56,11 +56,6 @@ func WeightedOperations( weightMsgStake = 50 }, ) - appParams.GetOrGenerate(OpWeightMsgStake, &weightMsgStake, nil, - func(_ *rand.Rand) { - weightMsgStake = 50 - }, - ) appParams.GetOrGenerate(OpWeightMsgUnStake, &weightMsgUnStake, nil, func(_ *rand.Rand) { weightMsgUnStake = 50