Skip to content

Commit

Permalink
chore: add missing bank permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
johnletey committed Jun 13, 2024
1 parent 40679f7 commit 9a139f4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions simapp/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ var (
authtypes.FeeCollectorName: nil,
stakingtypes.BondedPoolName: {authtypes.Burner, authtypes.Staking},
stakingtypes.NotBondedPoolName: {authtypes.Burner, authtypes.Staking},
florintypes.ModuleName: {authtypes.Burner, authtypes.Minter},
}
)

Expand Down

0 comments on commit 9a139f4

Please sign in to comment.