From 584f81eb24cfac9a869fcb4e7810176ef89c1e16 Mon Sep 17 00:00:00 2001 From: Sadariya Bhumi <48435718+Bhumi18@users.noreply.github.com> Date: Mon, 9 Dec 2024 23:57:27 +0530 Subject: [PATCH] fix: rename ExecuteMessage event to ExecutingMessage (#474) --- specs/interop/predeploys.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specs/interop/predeploys.md b/specs/interop/predeploys.md index 8dc22c2a3..be232b3fd 100644 --- a/specs/interop/predeploys.md +++ b/specs/interop/predeploys.md @@ -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: