Skip to content

Commit

Permalink
fix markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
jdogresorg committed May 22, 2024
1 parent 742dbd2 commit 230fa39
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/actions/SLEEP.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,12 @@ This example pauses/sleeps ALL BTNS `ACTION` commands on JDOG `token` until bloc
- `SLEEP` with `RESUME_BLOCK` set to `-1` value, will pause actions indefinitely.
- `ISSUE` `TICK` with `LOCK_SLEEP` set to `1` to permanently prevent use of the `SLEEP` command
- Can use `BATCH` commands to stop `SLEEP`, execute `ACTION` commands, and then resume `SLEEP`, etc.
`
```
bt:BATCH|0|
SLEEP|0|JDOG|0;
ISSUE|1|JDOG|We are working to resolve the problem;
ISSUE|2|JDOG||1000;
SEND|0|JDOG|1000|1JDogZS6tQcSxwfxhv6XKKjcyicYA4Feev|Funding contract address;
MINT|0|JDOG||1000|1JDogZS6tQcSxwfxhv6XKKjcyicYA4Feev;
SLEEP|0|JDOG|-1
`
```

0 comments on commit 230fa39

Please sign in to comment.