@0x/contracts-utils: Make IOwnableV06 conform to IOwnable.
				
					
				
			This commit is contained in:
		@@ -30,7 +30,7 @@ interface IOwnableV06 {
 | 
				
			|||||||
    /// @param newOwner The address that will become the owner.
 | 
					    /// @param newOwner The address that will become the owner.
 | 
				
			||||||
    function transferOwnership(address newOwner) external;
 | 
					    function transferOwnership(address newOwner) external;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    /// @dev Get the owner of this contract.
 | 
					    /// @dev The owner of this contract.
 | 
				
			||||||
    /// @return owner_ The owner of this contract.
 | 
					    /// @return ownerAddress The owner address.
 | 
				
			||||||
    function getOwner() external view returns (address owner_);
 | 
					    function owner() external view returns (address ownerAddress);
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user