migrate to 0.4.4

This commit is contained in:
Manuel Araoz
2016-11-03 20:38:20 -03:00
parent 0c0eb292ad
commit 83f4104699
28 changed files with 28 additions and 39 deletions

View File

@ -1,12 +1,10 @@
pragma solidity ^0.4.0;
import "../Rejector.sol";
pragma solidity ^0.4.4;
/*
* Proof of Existence example contract
* see https://medium.com/zeppelin-blog/the-hitchhikers-guide-to-smart-contracts-in-ethereum-848f08001f05
*/
contract ProofOfExistence is Rejector {
contract ProofOfExistence {
mapping (bytes32 => bool) public proofs;