We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The prestateTracer reverts the value transfer of a transaction in result:
result
go-ethereum/eth/tracers/internal/tracers/prestate_tracer.js
Lines 57 to 58 in 7a509b4
But it doesn't revert the gas bought here:
go-ethereum/core/state_transition.go
Line 167 in b211742
and therefore returns the tx sender's balance - (gasPrice * gasLimit).
The text was updated successfully, but these errors were encountered:
gballet
Successfully merging a pull request may close this issue.
The prestateTracer reverts the value transfer of a transaction in
result
:go-ethereum/eth/tracers/internal/tracers/prestate_tracer.js
Lines 57 to 58 in 7a509b4
But it doesn't revert the gas bought here:
go-ethereum/core/state_transition.go
Line 167 in b211742
and therefore returns the tx sender's balance - (gasPrice * gasLimit).
The text was updated successfully, but these errors were encountered: