Skip to content

Instantly share code, notes, and snippets.

@payers1
Created September 4, 2017 15:57
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/8dd16f79e7a47fb2295a87e8dfa18928 to your computer and use it in GitHub Desktop.
Save payers1/8dd16f79e7a47fb2295a87e8dfa18928 to your computer and use it in GitHub Desktop.
function recordGotMilk(uint _milkBarcode) {
milkGetter = msg.sender;
milkBarcode = _milkBarcode;
Notification("milk_purchased");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment