mirror of
https://github.com/status-im/embark-area-51.git
synced 2025-02-10 14:16:47 +00:00
fix only_owner to work when called by FIFSRegistrar
This commit is contained in:
parent
d04cf4c2ce
commit
793597acbc
@ -48,13 +48,6 @@ contract ENSRegistry is ENS {
|
||||
emit NewOwner(node, label, owner);
|
||||
records[subnode].owner = owner;
|
||||
}
|
||||
*/
|
||||
|
||||
function setSubnodeOwner(bytes32 node, bytes32 label, address owner) public {
|
||||
var subnode = sha3(node, label);
|
||||
NewOwner(node, label, owner);
|
||||
records[subnode].owner = owner;
|
||||
}
|
||||
|
||||
/**
|
||||
* @dev Sets the resolver address for the specified node.
|
||||
|
Loading…
x
Reference in New Issue
Block a user