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

fix using checkRevertBeforeSending and ignoreGasPricing #4260

Merged
merged 5 commits into from
Nov 27, 2023

Conversation

yann300
Copy link
Contributor

@yann300 yann300 commented Nov 21, 2023

fix #4252

Copy link

netlify bot commented Nov 21, 2023

Deploy Preview for remixproject ready!

Name Link
🔨 Latest commit f786056
🔍 Latest deploy log https://app.netlify.com/sites/remixproject/deploys/656468c3a84ac20008a87a10
😎 Deploy Preview https://deploy-preview-4260--remixproject.netlify.app
📱 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.

@@ -123,6 +123,7 @@ export class VmProxy {
this.stateCopy = await this.vm.stateManager.copy()
this.incr++
this.processingHash = bufferToHex(data.hash())
console.log('txWillProcess', this.processingHash )
Copy link
Collaborator

Choose a reason for hiding this comment

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

Do you want to keep logs?

@yann300 yann300 merged commit ce52ebf into master Nov 27, 2023
32 checks passed
@yann300 yann300 deleted the fix_using_web3_checkers_2 branch November 27, 2023 10:39
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.

when running free function, logs get logged 2 times.
2 participants