Skip to content

Commit

Permalink
remove immutable from nft contract
Browse files Browse the repository at this point in the history
  • Loading branch information
fadeev committed May 14, 2024
1 parent b9d1411 commit b4084d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion omnichain/nft/contracts/NFT.sol
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import "@zetachain/toolkit/contracts/BytesHelperLib.sol";
import "@zetachain/toolkit/contracts/OnlySystem.sol";

contract NFT is zContract, ERC721, OnlySystem {
SystemContract public immutable systemContract;
SystemContract public systemContract;
error CallerNotOwnerNotApproved();
uint256 constant BITCOIN = 18332;

Expand Down

0 comments on commit b4084d5

Please sign in to comment.