Skip to content

Instantly share code, notes, and snippets.

@max-blaushild
Created October 10, 2019 03:21
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 max-blaushild/73f2d80afdc1353ccf55dfe47aeb6356 to your computer and use it in GitHub Desktop.
Save max-blaushild/73f2d80afdc1353ccf55dfe47aeb6356 to your computer and use it in GitHub Desktop.
DSChief Voting Method
function vote(address[] memory yays) public returns (bytes32)
// note both sub-calls note
{
bytes32 slate = etch(yays);
vote(slate);
return slate;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment