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 8585cbc + 4d540b1 commit 7df6d26Copy full SHA for 7df6d26
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