Skip to content

Commit

Permalink
fix: feepool balances (#53)
Browse files Browse the repository at this point in the history
  • Loading branch information
cosmic-vagabond authored Nov 5, 2024
1 parent 6f19988 commit c58c870
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(497204055696)), sdk.NewDecCoin("uedenb", sdk.NewInt(1657342689515)))
genesis.AppState.Distribution.FeePool.CommunityPool = sdk.NewDecCoins(sdk.NewDecCoin("ueden", sdk.NewInt(501155396873)), sdk.NewDecCoin("uedenb", sdk.NewInt(1670513830814)))

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

Expand Down

0 comments on commit c58c870

Please sign in to comment.