@0x:contracts-staking Added unit tests for MixinExchangeManager

This commit is contained in:
Alex Towle
2019-09-25 15:31:34 -07:00
parent 96c8da9fdd
commit b178d025b5
8 changed files with 179 additions and 63 deletions

View File

@@ -151,6 +151,6 @@ contract Authorizable is
delete authorized[target];
authorities[index] = authorities[authorities.length - 1];
authorities.length -= 1;
emit AuthorizedAddressRemoved(target, msg.sender);
emit AuthorizedAddressRemoved(target, msg.sender);
}
}