Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Syntax Errors in withdrawWithSig Function: Missing Comma and Misplaced r Parameter #458

Open
paulfisherz opened this issue Oct 24, 2024 · 0 comments · May be fixed by #459
Open

Syntax Errors in withdrawWithSig Function: Missing Comma and Misplaced r Parameter #458

paulfisherz opened this issue Oct 24, 2024 · 0 comments · May be fixed by #459

Comments

@paulfisherz
Copy link

paulfisherz commented Oct 24, 2024

Description:

There are two syntax errors in the withdrawWithSig function within YourContract.sol: in rewards.mdx

##Missing Comma:
A comma is missing after the address to parameter, causing the Solidity compiler to throw a ParserError.

##Misplaced r Parameter:
The r parameter has been inadvertently moved, disrupting the correct declaration of bytes32 r.
Снимок экрана 2024-10-24 в 18 27 47

These issues cause the Solidity compiler to throw parser errors, preventing the contract from compiling successfully. Consequently, the deployment of the smart contract is blocked, further development and testing efforts are halted, and the CI/CD pipeline fails, disrupting the overall progress of the project.

@paulfisherz paulfisherz linked a pull request Oct 24, 2024 that will close this issue
11 tasks
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 a pull request may close this issue.

1 participant