Update contracts/misc/PublicActProxy.sol

Co-authored-by: Alan <donosonaumczuk@gmail.com>
This commit is contained in:
Victor Naumik
2023-10-05 16:50:28 +02:00
committed by GitHub
parent c16c3b4600
commit 5d59b48da8

View File

@@ -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