Skip to content

Commit

Permalink
Made instructions slightly more vague.
Browse files Browse the repository at this point in the history
  • Loading branch information
mcoblenz committed Sep 1, 2019
1 parent 303ebc5 commit 87d5fa7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion evaluation/pilot6/auction-exercises/auction_pilot.obs
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ main asset contract Auction {
// }

// transaction setCurrentBid(Auction@Open this, Bid@Owned >> Unowned b) {
// //6. TODO: set the current bid to the new bid b. You may call any other transactions as needed.
// //6. TODO: fill this in. You may call any other transactions as needed.
// }

// transaction returnBidMoney(Auction@Open this, Bid@Owned >> Unowned b, Bidder@Unowned bidder) {
Expand Down

0 comments on commit 87d5fa7

Please sign in to comment.