Skip to content

Commit

Permalink
fix missing community pool balance in total supply
Browse files Browse the repository at this point in the history
  • Loading branch information
tbruyelle committed Sep 30, 2024
1 parent d46da6d commit 1023e34
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions genesis.go
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ func writeGenesis(genesisFile string, airdrop airdrop) error {
Address: distrModuleAddr,
Coins: communityPoolCoins,
})
bankGen.Supply = bankGen.Supply.Add(communityPoolCoins...)

// setup bank params and denoms
bankGen.Params = banktypes.Params{
Expand Down

0 comments on commit 1023e34

Please sign in to comment.