ref: Left TODOs for refactoring

This commit is contained in:
vicnaum
2023-01-18 21:35:56 +01:00
parent 553a2b8794
commit 671b48f60b
2 changed files with 2 additions and 2 deletions

View File

@@ -428,7 +428,7 @@ contract LensHub is LensNFTBase, VersionedInitializable, LensMultiState, LensHub
/// @inheritdoc ILensHub
function collect(
uint256 collectorProfileId,
uint256 publisherProfileId,
uint256 publisherProfileId, // TODO: Think if we can have better naming
uint256 pubId,
bytes calldata data
) external override whenNotPaused returns (uint256) {

View File

@@ -172,7 +172,7 @@ library InteractionHelpers {
function collect(
uint256 collectorProfileId,
address collectorProfileOwner,
address transactionExecutor,
address transactionExecutor, // TODO: (ex-delegatedExecutor) - revisit the naming later
uint256 publisherProfileId,
uint256 pubId,
bytes calldata collectModuleData,