Skip to content

Commit

Permalink
fix: rename ExecuteMessage event to ExecutingMessage (#474)
Browse files Browse the repository at this point in the history
  • Loading branch information
Bhumi18 authored Dec 9, 2024
1 parent 3abc17a commit 584f81e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion specs/interop/predeploys.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ To ensure safety of the protocol, the [Message Invariants](./messaging.md#messag

Executes a cross chain message and performs a `CALL` with the payload to the provided target address, allowing
introspection of the data.
Signals the transaction has a cross chain message to validate by emitting the `ExecuteMessage` event.
Signals the transaction has a cross chain message to validate by emitting the `ExecutingMessage` event.

The following fields are required for executing a cross chain message:

Expand Down

0 comments on commit 584f81e

Please sign in to comment.