Skip to content
This repository has been archived by the owner on May 26, 2023. It is now read-only.

excalibor - Failing to compile #2

Closed
github-actions bot opened this issue Dec 11, 2022 · 0 comments
Closed

excalibor - Failing to compile #2

github-actions bot opened this issue Dec 11, 2022 · 0 comments

Comments

@github-actions
Copy link

excalibor

informational

Failing to compile

Summary

Solidity compilation failing, due to contract having keyword override, but not overriding anything

Vulnerability Detail

Can't compile solidity contracts

Impact

Can't compile

Code Snippet

As seen on Line 199 of LiquidityCertificate.sol

function _beforeTokenTransfer(
    address, // from
    address, // to
    uint tokenId
  ) internal view override 

Tool used

Manual Review

Recommendation

remove keyword override

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant