Skip to content

Instantly share code, notes, and snippets.

@payers1
Created September 4, 2017 15:57
Embed
What would you like to do?
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