Skip to content

Commit

Permalink
app
Browse files Browse the repository at this point in the history
  • Loading branch information
mj850 committed Nov 12, 2024
1 parent c1388bf commit e12099e
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions app/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -228,13 +228,9 @@ var (
wasm.ModuleName: {authtypes.Burner},
evmtypes.ModuleName: {authtypes.Minter, authtypes.Burner},
tokenfactorytypes.ModuleName: {authtypes.Minter, authtypes.Burner},
<<<<<<< HEAD
// Confidential Transfers module is not live yet, but we add the permissions for testing
cttypes.ModuleName: nil,

=======
cttypes.ModuleName: {},
>>>>>>> feature/ct_types
// this line is used by starport scaffolding # stargate/app/maccPerms
}

Expand Down Expand Up @@ -568,7 +564,8 @@ func New(
appCodec,
app.keys[(cttypes.StoreKey)],
app.GetSubspace(cttypes.ModuleName),
app.AccountKeeper)
app.AccountKeeper,
app.BankKeeper)

// The last arguments can contain custom message handlers, and custom query handlers,
// if we want to allow any custom callbacks
Expand Down

0 comments on commit e12099e

Please sign in to comment.