From 34aa076ef8a27f14cb1b61b9ca9d045696e61c88 Mon Sep 17 00:00:00 2001 From: "fuder.eth" <139509124+vtjl10@users.noreply.github.com> Date: Sat, 14 Dec 2024 16:00:11 +0100 Subject: [PATCH] Update interopmessages.md --- docs/src/specs/interop/interopmessages.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/specs/interop/interopmessages.md b/docs/src/specs/interop/interopmessages.md index f32724e0013d..572dfcea37d6 100644 --- a/docs/src/specs/interop/interopmessages.md +++ b/docs/src/specs/interop/interopmessages.md @@ -79,7 +79,7 @@ only if someone has first called `signup_open()` on chain A. ```solidity // Contract deployed on chain A. contract SignupManager { - public bytes32 sigup_open_msg_hash; + public bytes32 signup_open_msg_hash; function signup_open() onlyOwner { // We are open for business signup_open_msg_hash = InteropCenter(INTEROP_CENTER_ADDRESS).sendInteropMessage("We are open");