Skip to content

Commit

Permalink
Update interopmessages.md
Browse files Browse the repository at this point in the history
  • Loading branch information
vtjl10 authored Dec 14, 2024
1 parent 3cffdb2 commit 34aa076
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/specs/interop/interopmessages.md
Original file line number Diff line number Diff line change
Expand Up @@ -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");
Expand Down

0 comments on commit 34aa076

Please sign in to comment.