migrate to 0.4.4
This commit is contained in:
@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user