Closed fulldecent closed 4 years ago
At https://github.com/mudgen/diamond-1/blob/1.3.5/contracts/facets/DiamondCutFacet.sol#L13
it is referred that this is the // Standard diamondCut external function.
// Standard diamondCut external function
But actually this is NOT standardized. The standard makes no mention that this function be restricted to OWNER usage.
Thanks. I removed the comment.
At https://github.com/mudgen/diamond-1/blob/1.3.5/contracts/facets/DiamondCutFacet.sol#L13
it is referred that this is the
// Standard diamondCut external function
.But actually this is NOT standardized. The standard makes no mention that this function be restricted to OWNER usage.