Skip to content

Commit

Permalink
fixups
Browse files Browse the repository at this point in the history
  • Loading branch information
harry-hov committed Sep 26, 2023
1 parent 1977662 commit 0779a24
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 43 deletions.
41 changes: 0 additions & 41 deletions r/reward_entry/whitelist_test.gno

This file was deleted.

2 changes: 1 addition & 1 deletion tutorial/02_move_validator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ the task of doing, we will let you simply fill in the fun parts...

Open up `rules.gno` -- you should see the rough structure of a move generator
that we've implemented for this workshop. In fact, it is a trimmed down version
of the one we're using for [the full GnoChess dApp](../../realm/rules.gno), but
of the one we're using for [the full GnoChess dApp](../../r/chess/rules.gno), but
let's not get ahead of ourselves.

By scrolling down to the `Position.validateMove` method, you should be able to
Expand Down
2 changes: 1 addition & 1 deletion util/devnet/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ services:
networks:
- gnonode
volumes:
- "../../realm:/realm"
- "../../r:/r"
restart: on-failure
logging:
driver: "json-file"
Expand Down

0 comments on commit 0779a24

Please sign in to comment.