Skip to content

Instantly share code, notes, and snippets.

@max-blaushild
Created October 10, 2019 03:22
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/f37be4be9813ab28a820e81bb478f900 to your computer and use it in GitHub Desktop.
Save max-blaushild/f37be4be9813ab28a820e81bb478f900 to your computer and use it in GitHub Desktop.
Proxy Voting Method
function voteAddresses(address[] memory issues) public auth returns (bytes32) {
lock();
return chief.vote(issues);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment