File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ contract Diamond is DiamondStorage {
28
28
* @notice The payable fallback function that delegatecall's the facet with associated selector
29
29
*/
30
30
// solhint-disable-next-line
31
- fallback () external payable {
31
+ fallback () external payable virtual {
32
32
address facet_ = getFacetBySelector (msg .sig );
33
33
34
34
require (facet_ != address (0 ), "Diamond: selector is not registered " );
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @dlsl/dev-modules" ,
3
- "version" : " 2.4.0 " ,
3
+ "version" : " 2.4.1 " ,
4
4
"license" : " MIT" ,
5
5
"author" : " Distributed Lab" ,
6
6
"readme" : " README.md" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " dlsl" ,
3
- "version" : " 2.4.0 " ,
3
+ "version" : " 2.4.1 " ,
4
4
"license" : " MIT" ,
5
5
"author" : " Distributed Lab" ,
6
6
"description" : " Solidity Development Modules by Distributed Lab" ,
You can’t perform that action at this time.
0 commit comments