Skip to content

Commit

Permalink
fix: fee pool values (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
cosmic-vagabond authored Oct 23, 2024
1 parent 6b45724 commit 853e4d3
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(182175240208)), sdk.NewDecCoin("uedenb", sdk.NewInt(607246280442)))
genesis.AppState.Distribution.FeePool.CommunityPool = sdk.NewDecCoins(sdk.NewDecCoin("ueden", sdk.NewInt(378775488266)), sdk.NewDecCoin("uedenb", sdk.NewInt(1262580606262)))

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

Expand Down

0 comments on commit 853e4d3

Please sign in to comment.