fix func naming scheme

main
lza_menace 3 years ago
parent 31ebb2e0e7
commit 0f399395d0

@ -41,7 +41,7 @@ contract SuchwowX is ERC721, ERC721URIStorage, Ownable {
} }
// Specify new Wownero address // Specify new Wownero address
function set_wownero_address(string memory wowneroAddress) external { function setWowneroAddress(string memory wowneroAddress) external {
require(bytes(wowneroAddress).length > 0, "Wownero address must be provided."); require(bytes(wowneroAddress).length > 0, "Wownero address must be provided.");
creatorWowneroAddress[msg.sender] = wowneroAddress; creatorWowneroAddress[msg.sender] = wowneroAddress;
} }

Loading…
Cancel
Save