Skip to content

Instantly share code, notes, and snippets.

@bonedaddy
Created September 14, 2017 05:18
Show Gist options
  • Save bonedaddy/474355a769ceb92a01ed8b902baeaeb9 to your computer and use it in GitHub Desktop.
Save bonedaddy/474355a769ceb92a01ed8b902baeaeb9 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);
return true;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment