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: use txn's from instead of hardcoding the address in simulations #1584

Merged
merged 1 commit into from Dec 17, 2022
Merged

fix: use txn's from instead of hardcoding the address in simulations #1584

merged 1 commit into from Dec 17, 2022

Conversation

frank-lim-partior
Copy link
Contributor

Fix for #1582.

For some reason, the 'from' address parameter is hardcoded to common.Address{} instead of using the signed transaction's from value. This causes the wrong msg.sender to be picked up during simulations for privacyFlag=1.

@CLAassistant
Copy link

CLAassistant commented Dec 14, 2022

CLA assistant check
All committers have signed the CLA.

@antonydenyer
Copy link
Contributor

Thanks @frank-lim-partior nice catch

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.

None yet

4 participants