mirror of
https://github.com/status-im/liquid-funding.git
synced 2025-01-26 11:20:48 +00:00
Merge pull request #8 from Giveth/GriffGreen-patch-5
Very small change in comments
This commit is contained in:
commit
c051497bbc
@ -26,7 +26,7 @@ contract Owned {
|
|||||||
/// but after this function is called the current owner still has ownership
|
/// but after this function is called the current owner still has ownership
|
||||||
/// powers in this contract; change of ownership is a 2 step process
|
/// powers in this contract; change of ownership is a 2 step process
|
||||||
/// @param _newOwner The address of the new owner. A simple contract with
|
/// @param _newOwner The address of the new owner. A simple contract with
|
||||||
/// the abilitiy to accept ownership but the inability to do anything else
|
/// the ability to accept ownership but the inability to do anything else
|
||||||
/// can be used to create an unowned contract to achieve decentralization
|
/// can be used to create an unowned contract to achieve decentralization
|
||||||
function changeOwner(address _newOwner) onlyOwner {
|
function changeOwner(address _newOwner) onlyOwner {
|
||||||
newOwner = _newOwner;
|
newOwner = _newOwner;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user