mirror of
https://github.com/lens-protocol/core.git
synced 2026-01-09 14:18:04 -05:00
Update contracts/misc/PublicActProxy.sol
Co-authored-by: Alan <donosonaumczuk@gmail.com>
This commit is contained in:
@@ -98,10 +98,6 @@ contract PublicActProxy {
|
||||
|
||||
HUB.act(publicationActionParams);
|
||||
|
||||
// TODO: This might not be needed
|
||||
if (collectData.amount > 0) {
|
||||
IERC20(collectData.currency).approve(collectModule, 0);
|
||||
}
|
||||
}
|
||||
|
||||
// TODO: This is needed for MetaTxLib to work - might need to remove after MetaTxLib functions are moved here
|
||||
|
||||
Reference in New Issue
Block a user