mirror of
https://github.com/lens-protocol/core.git
synced 2026-01-09 14:18:04 -05:00
misc: Small commment tweak
This commit is contained in:
@@ -154,7 +154,7 @@ library ValidationLib {
|
||||
} else {
|
||||
// Checked/Verified referral. Publication referrer.
|
||||
if (
|
||||
// Cannot pass itself as a referrer.
|
||||
// Cannot pass the targeted publication as a referrer.
|
||||
referrerProfileId == targetedProfileId && referrerPubId == targetedPubId
|
||||
) {
|
||||
revert Errors.InvalidReferrer();
|
||||
|
||||
Reference in New Issue
Block a user