|
@@ -11,6 +11,6 @@ modifier onlyOwner( )
|
|
|
""""""""""""""""""""""""""""""""""""""
|
|
|
Prevents function from running if it is called by anyone other than the owner.
|
|
|
|
|
|
-transfer(address newOwner) onlyOwner
|
|
|
+transferOwnership(address newOwner) onlyOwner
|
|
|
""""""""""""""""""""""""""""""""""""""
|
|
|
-Transfers ownership of the contract to the passed address.
|
|
|
+Transfers ownership of the contract to the passed address.
|