git ssb

0+

dangerousbeans / Entropy_contracts



Commit ba1bbe9aa369edbcdf1f09df384fefc35d0b8725

path fix

Joran committed on 3/2/2017, 5:08:36 AM
Parent: e4cf81bf43143aa7435de34b5be1e63b9dca0308

Files changed

contracts/Entropy.solchanged
contracts/Entropy.solView
@@ -1,7 +1,7 @@
11 pragma solidity ^0.4.4;
22
3-import "/Users/joran/Documents/development/blockchain/entropy_contracts/contracts/tokens/EntropyToken.sol";
3 +import "./tokens/EntropyToken.sol";
44
55 contract Entropy is EntropyToken {
66
77 /**

Built with git-ssb-web