mirror of
https://github.com/lens-protocol/core.git
synced 2026-04-22 03:02:03 -04:00
fix: Fixed accidentally external function in lib.
This commit is contained in:
@@ -103,7 +103,7 @@ library MetaTxHelpers {
|
||||
function baseSetProfileMetadataURIWithSig(
|
||||
address signer,
|
||||
DataTypes.SetProfileMetadataURIWithSigData calldata vars
|
||||
) external {
|
||||
) internal {
|
||||
_validateRecoveredAddress(
|
||||
_calculateDigest(
|
||||
keccak256(
|
||||
|
||||
Reference in New Issue
Block a user