Skip to content

Instantly share code, notes, and snippets.

@payers1
Last active September 4, 2017 15:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save payers1/077d0e863f7f613b967f37a1b9997373 to your computer and use it in GitHub Desktop.
Save payers1/077d0e863f7f613b967f37a1b9997373 to your computer and use it in GitHub Desktop.
function recordMilkOutage() {
outOfMilk = true;
// msg.sender is the address of the account
// calling this function
milkOutageNotifier = msg.sender;
Notification("milk_outage");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment