solidstate-solidity icon indicating copy to clipboard operation
solidstate-solidity copied to clipboard

Unexpected error message when calling `Diamond` selectors that have been removed

Open ItsNickBarry opened this issue 2 years ago • 0 comments

The following error is returned when attempting to call a function that has been removed from a diamond proxy:

Proxy: implementation must be contract

The following error is expected:

DiamondBase: no facet found for function signature

ItsNickBarry avatar Dec 05 '21 03:12 ItsNickBarry