Skip to content

Commit

Permalink
Update delayed-message-example.md
Browse files Browse the repository at this point in the history
  • Loading branch information
GearAcademy authored Apr 17, 2024
1 parent a998e75 commit 2b8101a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ extern "C" fn init() {
}
```

After sending the message to the target program, proxy program sends a delayed message to itself using `msg::send_delayed(exec::program_id(), Action::CheckReply, 0, 3)`, setting a delay of three blocks.
After sending the message to the target program, the proxy program sends a delayed message to itself using `msg::send_delayed(exec::program_id(), Action::CheckReply, 0, 3)`, setting a delay of three blocks.

```rust
#[no_mangle]
Expand Down

0 comments on commit 2b8101a

Please sign in to comment.