Changed the name to InstaRegistry.

This commit is contained in:
Sowmayjain 2019-03-20 02:50:49 +05:30
parent 15281e8335
commit b0b6650ba0
2 changed files with 1 additions and 2 deletions

View File

@ -169,7 +169,7 @@ contract WalletRegistry is LogicRegistry {
}
contract Registry is WalletRegistry {
contract InstaRegistry is WalletRegistry {
constructor() public {
registry[keccak256(abi.encodePacked("admin"))] = msg.sender;

View File

@ -298,7 +298,6 @@ contract UserWallet is UserManager, UserNote {
/**
* @dev sets the "address registry", owner's last activity, owner's active period and initial owner
* @param _owner initial owner of the contract
*/
constructor() public {
registry = msg.sender;