Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fixups
Browse files Browse the repository at this point in the history
harry-hov committed Sep 27, 2023
1 parent df7cb71 commit 2a393ea
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
@@ -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
2 changes: 1 addition & 1 deletion util/devnet/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -18,7 +18,7 @@ services:
networks:
- gnonode
volumes:
- "../../realm:/realm"
- "../../r:/r"
restart: on-failure
logging:
driver: "json-file"

0 comments on commit 2a393ea

Please sign in to comment.