Skip to content

Commit

Permalink
Don't show function comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Dr-Electron committed Jan 31, 2025
1 parent 1aae070 commit 9339fc5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ You could also implement additional functions to remove addresses from the rule

Next we have to create functionality to stamp the action request if the rule is met. This is done by adding a `verify` function to the rules module:

```move file=<rootDir>/docs/examples/move/clt-tutorial/sources/rules.move#L26-L56
```move file=<rootDir>/docs/examples/move/clt-tutorial/sources/rules.move#L32-L56
```

Let's break it down:
Expand Down

0 comments on commit 9339fc5

Please sign in to comment.