changed final contract name

This commit is contained in:
Samyak Jain 2019-10-16 19:50:29 +05:30
parent 09eb0a4e36
commit 74a5924195

View File

@ -213,6 +213,6 @@ contract ImportResolver is Helpers {
} }
contract CompImport is ImportResolver { contract InstaCompImport is ImportResolver {
function() external payable {} function() external payable {}
} }