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

Update suappify-counter.mdx #137

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Update suappify-counter.mdx #137

wants to merge 1 commit into from

Conversation

wzl521
Copy link

@wzl521 wzl521 commented Sep 26, 2024

There is an error in running the code, and the corresponding bug has been corrected.

There is an error in running the code, and the corresponding bug has been corrected.
Copy link

vercel bot commented Sep 26, 2024

@wzl521 is attempting to deploy a commit to the Flashbots Team on Vercel.

A member of the Team first needs to authorize it.

@wzl521
Copy link
Author

wzl521 commented Sep 27, 2024

Additionally,it maybe you need to modify the code in suave-std/src/Suapp.sol to make it inheritable. If this modification is done according to the official documentation tutorial, it will show a "cannot be overridden" error.
modifier confidential() virtual {
require(Suave.isConfidential(), "must be called confidentially");
_;
}

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.

1 participant