Skip to content

Commit

Permalink
Merge pull request #56 from bingen/patch-1
Browse files Browse the repository at this point in the history
Update user-guide.md
  • Loading branch information
fabriziovigevani committed May 21, 2020
2 parents f40fab1 + 5b4c823 commit 80db310
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/user-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ There are 4 main actions a user can take relative to a script:

### Creating a delayed action

In this example we have set up the DAO so the voting app can create delayed actions and the delay app can mint tokens. This menas that when trying to mint some org tokens, you'll have to create a vote first, which if approved, the action will be delayed for 1 minute.
In this example we have set up the DAO so the voting app can create delayed actions and the delay app can mint tokens. This means that when trying to mint some org tokens, you'll have to create a vote first, which if approved, the action will be delayed for 1 minute.

<p align="center">
<img src="./resources/delay-script.gif" width="600" />
Expand Down Expand Up @@ -51,7 +51,7 @@ After the delay period for a script elapses, anyone can execute the script. Just

### Cancel a delayed action

A script can be cancelled at any time, even if the delayed period has already elapsed. Click in the `Cancel` button and create the transaction. After the tx is mined the script won's have executed and it should be no longer visible in the UI.
A script can be cancelled at any time, even if the delayed period has already elapsed. Click in the `Cancel` button and create the transaction. After the tx is mined, the script won't be able to be executed and it should be no longer visible in the UI.

<p align="center">
<img src="./resources/cancel-script.gif" width="600" />
Expand Down

0 comments on commit 80db310

Please sign in to comment.