Skip to content

Commit

Permalink
!fix: fix setup test missing module account (#100)
Browse files Browse the repository at this point in the history
  • Loading branch information
catShaark authored Jan 12, 2024
1 parent 311725a commit de5cbe2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions testing/simapp/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,7 @@ var (
authtypes.FeeCollectorName: nil,
distrtypes.ModuleName: nil,
minttypes.ModuleName: {authtypes.Minter},
multistakingtypes.ModuleName: {authtypes.Minter, authtypes.Burner},
stakingtypes.BondedPoolName: {authtypes.Burner, authtypes.Staking},
stakingtypes.NotBondedPoolName: {authtypes.Burner, authtypes.Staking},
govtypes.ModuleName: {authtypes.Burner},
Expand Down

0 comments on commit de5cbe2

Please sign in to comment.