Remove require check
This commit is contained in:
parent
04fa335084
commit
3ea6e73675
|
@ -274,6 +274,5 @@ contract NodesV2
|
|||
}
|
||||
|
||||
function () external payable {
|
||||
require(msg.data.length == 0);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue