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:
@@ -67,8 +67,6 @@ contract PublicActProxy {
|
||||
Types.PublicationActionParams calldata publicationActionParams,
|
||||
Types.EIP712Signature calldata signature
|
||||
) external {
|
||||
// TODO: Consider moving this MetaTxLib out of LensHub domain somehow (because of nonces conflict)
|
||||
// Reason: someone can use these signatures again to Act on behalf of this profile again on LensHub
|
||||
MetaTxLib.validateActSignature(signature, publicationActionParams);
|
||||
_publicCollect(publicationActionParams, signature.signer);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user