Skip to content

fix: syntax error - #354

Open
666devs wants to merge 1 commit into
scroll-tech:developfrom
666devs:fix
Open

fix: syntax error#354
666devs wants to merge 1 commit into
scroll-tech:developfrom
666devs:fix

Conversation

@666devs

@666devs666devs commented Oct 5, 2024

Copy link
Copy Markdown

closes#353
...

Description

Fixed a syntax error in the L2ScrollFeeVault contract. The function declaration for totalProcessed was incorrectly using parentheses with the return type. This change corrects the function syntax to comply with Solidity standards.

...

Changes

Updated the totalProcessed function in the L2ScrollFeeVault contract from: totalProcessed()(uint256) to totalProcessed() returns (uint256)

  • High level
  • changes that
  • you made
  • ...

@netlify

netlifyBot commented Oct 5, 2024

Copy link
Copy Markdown

Deploy Preview for scroll-documentation ready!

NameLink
🔨 Latest commit0a33873
🔍 Latest deploy loghttps://app.netlify.com/sites/scroll-documentation/deploys/6701ba9d76b66200080b3c58
😎 Deploy Previewhttps://deploy-preview-354.docs.scroll.xyz
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@666devs666devs changed the title Corrected Syntax ErrorUpdated Syntax ErrorOct 5, 2024
@666devs

Copy link
Copy Markdown
Author

Hello @isabellewei my PR is ready for review! Thanks!

@666devs666devs changed the title Updated Syntax Errorfix: syntax errorOct 31, 2024
Sign up for freeto 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.

[Enhancement]: <Syntax Error in totalProcessed Function Declaration>

1 participant

@666devs