We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ac68b01 + 379373c commit 355fb9eCopy full SHA for 355fb9e
1 file changed
src/Diamond.sol
@@ -40,7 +40,7 @@ contract Diamond {
40
/// @param _init Address of the initialization contract
41
/// @param _calldata Calldata to be passed to the initialization contract
42
function initialize(FacetCut[] calldata _facetCuts, address _init, bytes calldata _calldata)
43
- external
+ public
44
payable
45
virtual
46
{
0 commit comments