tact
tact copied to clipboard
Different FunC code after compilation
Description
Example project Contract structure: NFTItem -> NFTCollection
Problem
After compilation files with FunC code of NFTItem are different:
-
tact_NFTItem.code.fcfrom NFTItem folder -
tact_NFTItem.code.fcfrom NFTCollection folder
Diff:
_ get_abi_ipfs() method_id {
return "ipfs://QmYMHufVnBdJM9je3XUNKK8WGUHKHRgDkVg6ygjiTMu3hP";
}