Unverified Commit a2a90a99 authored by yann300's avatar yann300 Committed by GitHub

Update simpleContract.js

parent 78066dcd
...@@ -197,8 +197,8 @@ var ENS = `pragma solidity ^0.4.0; ...@@ -197,8 +197,8 @@ var ENS = `pragma solidity ^0.4.0;
import './AbstractENS.sol'; import './AbstractENS.sol';
/** /**
* The ENS registry contract. * The ENS registry contract.
*/ */
contract ENS is AbstractENS { contract ENS is AbstractENS {
struct Record { struct Record {
address owner; address owner;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment