Skip to content

Instantly share code, notes, and snippets.

@izqui
Created March 14, 2017 12:02
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 izqui/527649e48ba3b6a087470f09db267376 to your computer and use it in GitHub Desktop.
Save izqui/527649e48ba3b6a087470f09db267376 to your computer and use it in GitHub Desktop.
fixer.sol
contract Fixer is BrokenContract {
function execute(address fixer) {
broken = false;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment