Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
comment
  • Loading branch information
fbielejec committed Aug 16, 2022
commit f7220d9733d4b48979f49ba64097ef3f941ce7af
2 changes: 1 addition & 1 deletion contracts/scripts/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ function play {

cargo contract call --url $NODE --contract $ticket_address --message PSP22::approve --args $contract_address $TOTAL_BALANCE --suri $PLAYER2_SEED

# TODO : can't test before mint / burn for game tokens is implemented
# TODO : can't test before mint / burn for game tokens is implemented; uncomment when A0-1236 is done

# # play the game

Expand Down