Skip to content

Commit

Permalink
remove the use of rollup module
Browse files Browse the repository at this point in the history
  • Loading branch information
torao committed Sep 20, 2023
1 parent 7e818e4 commit 48e9f95
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions app/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ import (
"github.com/Finschia/finschia-sdk/x/mint"
mintkeeper "github.com/Finschia/finschia-sdk/x/mint/keeper"
minttypes "github.com/Finschia/finschia-sdk/x/mint/types"
"github.com/Finschia/finschia-sdk/x/or/rollup"
rollupkeeper "github.com/Finschia/finschia-sdk/x/or/rollup/keeper"
rolluptypes "github.com/Finschia/finschia-sdk/x/or/rollup/types"
"github.com/Finschia/finschia-sdk/x/params"
Expand Down Expand Up @@ -145,7 +144,6 @@ var (
vesting.AppModuleBasic{},
tokenmodule.AppModuleBasic{},
collectionmodule.AppModuleBasic{},
rollup.AppModuleBasic{},
)

// module account permissions
Expand Down Expand Up @@ -400,7 +398,6 @@ func NewLinkApp(
tokenmodule.NewAppModule(appCodec, app.TokenKeeper),
collectionmodule.NewAppModule(appCodec, app.CollectionKeeper),
authzmodule.NewAppModule(appCodec, app.AuthzKeeper, app.AccountKeeper, app.BankKeeper, app.interfaceRegistry),
rollup.NewAppModule(appCodec, app.RollupKeeper, app.AccountKeeper, app.BankKeeper),
)

// During begin block slashing happens after distr.BeginBlocker so that
Expand Down

0 comments on commit 48e9f95

Please sign in to comment.