Skip to content

Commit

Permalink
different owner
Browse files Browse the repository at this point in the history
  • Loading branch information
NicoAcosta committed Aug 25, 2024
1 parent 6296707 commit e0cd91f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ contract OpenFlowTransactionCertificates is ERC721URIStorage, Ownable {

constructor(
address _owner
) ERC721("OpenFlow Transaction Certificates", "OFTX") Ownable(msg.sender) {}
) ERC721("OpenFlow Transaction Certificates", "OFTX") Ownable(_owner) {}

function mint(string memory _uri) public onlyOwner {
__mint(_uri);
Expand Down

0 comments on commit e0cd91f

Please sign in to comment.