mirror of
https://github.com/lens-protocol/core.git
synced 2026-04-22 03:02:03 -04:00
ref: Left TODOs for refactoring
This commit is contained in:
@@ -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) {
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user