Skip to content

Commit

Permalink
chore: remove unused dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
jaeseung-bae committed Feb 29, 2024
1 parent 58762f4 commit 1d422ea
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions x/bankplus/module/module.go
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,6 @@ func init() {
)
}

type DeactMultiSend bool

type ModuleInputs struct {
depinject.In

Expand All @@ -107,8 +105,7 @@ type ModuleInputs struct {
StoreService store.KVStoreService
Logger log.Logger

AccountKeeper banktypes.AccountKeeper
DeactMultiSend DeactMultiSend
AccountKeeper banktypes.AccountKeeper

// LegacySubspace is used solely for migration of x/params managed parameters
LegacySubspace exported.Subspace `optional:"true"`
Expand Down

0 comments on commit 1d422ea

Please sign in to comment.