RigoBlock / contracts

[DEPRECATED] directory of our contracts
Apache License 2.0
1 stars 0 forks source link

implement getAdapter in authority #28

Closed gabririgo closed 6 years ago

gabririgo commented 6 years ago

implement in authority the following two functions

function setAdapter(address _exchange) public {} function getAdapter(address _exchange) public constant returns (address) {}

note: the below function has been implemented in registry, we can query from there function getListsByGroups(string _group) public constant returns (address[]) {}

gabririgo commented 6 years ago

implemented, ready for testing, closing