Remove require check

This commit is contained in:
Andrea Maria Piana 2019-04-19 15:36:34 +02:00
parent 04fa335084
commit 3ea6e73675
No known key found for this signature in database
GPG Key ID: AA6CCA6DE0E06424
1 changed files with 0 additions and 1 deletions

View File

@ -274,6 +274,5 @@ contract NodesV2
}
function () external payable {
require(msg.data.length == 0);
}
}