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 0e51949 + a765d38 commit 11de825Copy full SHA for 11de825
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