Skip to content

Instantly share code, notes, and snippets.

@bonedaddy
Created September 14, 2017 05:18
Show Gist options
  • Save bonedaddy/58239454779363b3ead6079ed036f2f4 to your computer and use it in GitHub Desktop.
Save bonedaddy/58239454779363b3ead6079ed036f2f4 to your computer and use it in GitHub Desktop.
function sendFifty() public returns (bool success) {
halfOf = msg.value / 2;
walletOne.transfer(halfOf);
walletTwo.transfer(halfOf);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment