huffc
huffc copied to clipboard
Possible typo in import path
Hi, I tried to compile the ERC20.huff example but it was giving me a Error: ENOENT: no such file or directory, open '/home/AstronautSleuth/huffc/examples/erc20/contracts/contracts/utils/Ownable.huff'. It seems like contracts was repeated twice so I removed the contracts inside the include statement in the ERC20.huff file and compilation is successful.
I was just wondering if this was a typo or if it's just a pathing issue on my computer. I can do a quick PR if this is a typo :smile:
ah this is probably a typo - will test locally.
@Thanks