The spiceAuction.sol
contract in the Temple Gold project fails to compile due to an invalid import statement.
The contract contains an incorrect import statement:
The double slashes in the import path cause a compilation error.
This issue prevents the spiceAuction.sol
contract from compiling, hindering the deployment and usage of the contract. Consequently, any functionality depending on this contract is blocked until the issue is resolved.
Code editor/IDE
Correct the import statement in the spiceAuction.sol
contract to:
This adjustment will resolve the compilation error and allow the contract to compile successfully.
The contest is live. Earn rewards by submitting a finding.
This is your time to appeal against judgements on your submissions.
Appeals are being carefully reviewed by our judges.