georgi-l95 / precompile-error

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Steps to reproduce

Run the local node

hedera restart --network local --limits false -d

Install the dependencies and run the test

npm install
npx hardhat test

The test fails only when transferTokenPublic is called via TokenTransferContract, if it's called via TokenCreateContract - it works.

About


Languages

Language:Solidity 97.4%Language:JavaScript 2.6%