Warn about invalid checksums of addresses.

This commit is contained in:
chriseth
2017-01-24 23:37:48 +01:00
parent ba9a045002
commit 1316bb7565
8 changed files with 117 additions and 2 deletions
+2
View File
@@ -314,6 +314,8 @@ public:
virtual std::string toString(bool _short) const override;
virtual u256 literalValue(Literal const* _literal) const override;
virtual TypePointer encodingType() const override { return shared_from_this(); }
virtual TypePointer interfaceType(bool) const override { return shared_from_this(); }