Skip to content

Commit

Permalink
Update ERCS/erc-xxxx.md
Browse files Browse the repository at this point in the history
Co-authored-by: Yoav Weiss <[email protected]>
  • Loading branch information
forshtat and yoavw authored Aug 19, 2024
1 parent d3b30f2 commit 508a43a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ERCS/erc-xxxx.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ Executes the entire RIP-7560 transaction in memory without broadcasting it or in
Does not require the transaction to be properly signed, meaning it continues execution after either an account
or a paymaster contract make a `sigFailAccount` or `sigFailPaymaster` call.
If all frames execute successfully, simply returns the data returned by the top level frame of the execution phase.
If any of the validation or execution frames revers, returns an error object containing the revert message.
If any of the validation or execution frames reverts, returns an error object containing the revert message.
Note that unlike `eth_call`, RIP-7560 transaction depends on its deployment and validation,
so it can't be called in isolation from its deployment and validation
If the transaction validation fails for any reason other than the failed signature check,
Expand Down

0 comments on commit 508a43a

Please sign in to comment.