tact icon indicating copy to clipboard operation
tact copied to clipboard

Different FunC code after compilation

Open jokly opened this issue 1 year ago • 0 comments

Description

Example project Contract structure: NFTItem -> NFTCollection

Problem

After compilation files with FunC code of NFTItem are different:

  • tact_NFTItem.code.fc from NFTItem folder
  • tact_NFTItem.code.fc from NFTCollection folder

Diff:

_ get_abi_ipfs() method_id {

    return "ipfs://QmYMHufVnBdJM9je3XUNKK8WGUHKHRgDkVg6ygjiTMu3hP";

}

jokly avatar May 14 '24 06:05 jokly