Use address type
This commit is contained in:
@ -34,6 +34,6 @@ contract Claimable is Ownable {
|
|||||||
function claimOwnership() onlyPendingOwner public {
|
function claimOwnership() onlyPendingOwner public {
|
||||||
OwnershipTransferred(owner, pendingOwner);
|
OwnershipTransferred(owner, pendingOwner);
|
||||||
owner = pendingOwner;
|
owner = pendingOwner;
|
||||||
pendingOwner = 0x0;
|
pendingOwner = address(0);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user