Skip to content

Commit

Permalink
add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
okdas committed Nov 27, 2024
1 parent bc2a3c4 commit 986ed73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/upgrades/v0.0.11.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ var Upgrade_0_0_11 = Upgrade{
}
logger.Info("Successfully updated session params", "new_params", sessionParams)

// Set tokenomics params. The values are based on default values for LocalNet.
// Set tokenomics params. The values are based on default values for LocalNet/Beta TestNet.
// Validate with: `poktrolld q tokenomics params --node=https://testnet-validated-validator-rpc.poktroll.com/`
tokenomicsParams := keepers.TokenomicsKeeper.GetParams(ctx)
logger.Info("Current tokenomics params", "params", tokenomicsParams)
Expand Down

0 comments on commit 986ed73

Please sign in to comment.