You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
debug_traceTransaction simulates the execution of this tx in the EVM using zero address, the values of msg.sender different from in the real world (0x090dba43bdb643fdf5edfc94ec92203b5881ff69).
The hash computed during the debug_traceTransaction operation does not meet the condition stipulated by require, resulting in revert being returned.
What version of iotex-core image (or code branch) are you using?
v1.13.1
What operating system and processor architecture are you using?
Ubuntu 20.04.1, x86_64
What did you do? If possible, provide a recipe for reproducing the error.
An action is success on scan: https://iotexscan.io/tx/e969d762f8216b32a04f4b827854f1bbcd5e833c073191067e45d8cf2d75884d
But it reverted in
debug_traceTransaction
, here is my rpc request:What did you expect to see?
A success response
What did you see instead?
debug_tracetx_resp.json
The text was updated successfully, but these errors were encountered: