Skip to content

Commit

Permalink
add another arbitrary godoc
Browse files Browse the repository at this point in the history
  • Loading branch information
faddat committed May 14, 2024
1 parent 636a56d commit 15aac19
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions x/tokenfactory/simulation/genesis.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ import (
"github.com/CosmosContracts/juno/v22/x/tokenfactory/types"
)

// RandDenomCreationFeeParam returns a random DenomCreationFeeParam
func RandDenomCreationFeeParam(r *rand.Rand) sdk.Coins {
amount := r.Int63n(10_000_000)
return sdk.NewCoins(sdk.NewCoin(appparams.BondDenom, sdk.NewInt(amount)))
Expand Down

0 comments on commit 15aac19

Please sign in to comment.