Disallow explicit conversion of bytesXX to contract

This commit is contained in:
Alex Beregszaszi
2018-04-19 15:58:14 +02:00
committed by chriseth
parent 39b7b44a8d
commit 754d79edfa
3 changed files with 8 additions and 1 deletions
-1
View File
@@ -1299,7 +1299,6 @@ bool FixedBytesType::isExplicitlyConvertibleTo(Type const& _convertTo) const
{
return _convertTo.category() == Category::Integer ||
_convertTo.category() == Category::FixedPoint ||
_convertTo.category() == Category::Contract ||
_convertTo.category() == category();
}