Skip to content

fix: signing requirement - #30

Merged
sogipec merged 5 commits into
mainfrom
fix-signing
Jul 31, 2023
Merged

fix: signing requirement#30
sogipec merged 5 commits into
mainfrom
fix-signing

Conversation

@sogipec

@sogipec sogipec commented Jul 25, 2023

Copy link
Copy Markdown
Contributor

No description provided.

@sogipec
sogipec marked this pull request as ready for review July 31, 2023 07:25
@sogipec
sogipec merged commit da3dadc into main Jul 31, 2023
@sogipec
sogipec deleted the fix-signing branch July 31, 2023 10:28

/// @notice Checks whether an address has signed the message or not
modifier hasSigned() {
if (userSignatureWhitelist[msg.sender] == 0 && userSignatures[msg.sender] != messageHash) revert NotSigned();

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

    • @ -

@legia314 legia314 left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

7381_53^•_0%£7

@legia314 legia314 left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  • 738!_53_0%£7

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants