Skip to content

Commit

Permalink
Merge pull request #5 from initia-labs/fix/comment-for-minitia
Browse files Browse the repository at this point in the history
fix: remove unused comment for minitia
  • Loading branch information
beer-1 authored Oct 31, 2023
2 parents 5cc7b3a + 196b1e3 commit 7e5dc2d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions x/move/keeper/keeper.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,9 @@ func NewKeeper(
storeKey storetypes.StoreKey,
authKeeper types.AccountKeeper,
communityPoolKeeper types.CommunityPoolKeeper,
// nftTransferKeeper types.NftTransferKeeper,
msgRouter types.MessageRouter,
moveConfig moveconfig.MoveConfig,
bankKeeper types.BankKeeper, // can be nil, if staking not used
bankKeeper types.BankKeeper,
distrKeeper types.DistributionKeeper, // can be nil, if staking not used
stakingKeeper types.StakingKeeper, // can be nil, if staking not used
rewardKeeper types.RewardKeeper, // can be nil, if staking not used
Expand Down

0 comments on commit 7e5dc2d

Please sign in to comment.