Skip to content

Commit

Permalink
chore: remove unused proto files
Browse files Browse the repository at this point in the history
  • Loading branch information
christopherbrumm committed Feb 10, 2025
1 parent d19b7b1 commit d6c771f
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 5,878 deletions.
4 changes: 2 additions & 2 deletions x/bundles/keeper/keeper.go
Original file line number Diff line number Diff line change
Expand Up @@ -93,12 +93,12 @@ func (k Keeper) InitMemStore(gasCtx sdk.Context) {
}
}

// TODO: remove after migration
// TODO: remove after v2 migration
func (k Keeper) Migration_GetStoreService() store.KVStoreService {
return k.storeService
}

// TODO: remove after migration
// TODO: remove after v2 migration
func (k Keeper) Migration_GetCodec() codec.BinaryCodec {
return k.cdc
}
Loading

0 comments on commit d6c771f

Please sign in to comment.