Browse Source

DelayedClaimable contract with test added

Renamed DelayedClaimable function and modifier
AugustoL 9 years ago
parent
commit
c7eb6736ee
1 changed files with 4 additions and 0 deletions
  1. 4 0
      contracts/Claimable.sol

+ 4 - 0
contracts/Claimable.sol

@@ -1,6 +1,10 @@
+<<<<<<< HEAD
 pragma solidity ^0.4.0;
 
 
+=======
+pragma solidity ^0.4.4;
+>>>>>>> 0aa4d02... DelayedClaimable contract with test added
 import './Ownable.sol';