Skip to content

Commit

Permalink
Update to inherit ERC1616
Browse files Browse the repository at this point in the history
  • Loading branch information
0age committed Dec 9, 2018
1 parent ed73f35 commit 44833ac
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions contracts/mock/AttributeRegistry.sol
@@ -1,12 +1,12 @@
pragma solidity ^0.4.25;

import "../AttributeRegistryInterface.sol";
import "../ERC1616.sol";


/**
* @title A simple example of an Attribute Registry implementation.
* @title A simple example of an ERC1616 Attribute Registry implementation.
*/
contract AttributeRegistry is AttributeRegistryInterface {
contract AttributeRegistry is ERC1616 {
// This particular implementation just defines two attribute types.
enum Affiliation { Whitehat, Blackhat }

Expand Down Expand Up @@ -194,4 +194,4 @@ contract AttributeRegistry is AttributeRegistryInterface {

return _attributeTypeIDs[index];
}
}
}

0 comments on commit 44833ac

Please sign in to comment.