event on delegate
This commit is contained in:
parent
ce8b9ab5f1
commit
a040bf1e01
|
@ -16,6 +16,7 @@ contract DefaultDelegation is Delegation, Controlled {
|
|||
*/
|
||||
function delegate(address _to) external onlyController {
|
||||
defaultDelegate = _to;
|
||||
emit Delegate(address(0), _to);
|
||||
}
|
||||
|
||||
function delegatedTo(address)
|
||||
|
|
Loading…
Reference in New Issue