Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
avery committed Nov 26, 2024
1 parent 296fe7c commit adda8ca
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions modules/farm/simulation/operations.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit adda8ca

Please sign in to comment.