Skip to content

Commit

Permalink
fix: fee pool numbers (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
cosmic-vagabond authored Sep 14, 2024
1 parent da15e6f commit c437cf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/update-genesis.go
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ func UpdateGenesis(validatorBalance, homePath, genesisFilePath string) {
genesis.AppState.Distribution = genesisInit.AppState.Distribution

// temporary fix for distribution params
genesis.AppState.Distribution.FeePool.CommunityPool = sdk.NewDecCoins(sdk.NewDecCoin("ueden", sdk.NewInt(217787296732)), sdk.NewDecCoin("uedenb", sdk.NewInt(725954333805)))
genesis.AppState.Distribution.FeePool.CommunityPool = sdk.NewDecCoins(sdk.NewDecCoin("ueden", sdk.NewInt(335036691490)), sdk.NewDecCoin("uedenb", sdk.NewInt(1116785666446)))

log.Printf("community pool: %v", genesis.AppState.Distribution.FeePool.CommunityPool)

Expand Down

0 comments on commit c437cf3

Please sign in to comment.