Types.h:872 had a comment /// String is interpreted as a subtype of

Bytes. - this was now incorrect after #12593 . That has been removed
now.
This commit is contained in:
nishant-sachdeva 2022-02-04 02:08:36 +05:30
parent 2b141c23ba
commit e85bceb417

View File

@ -864,7 +864,6 @@ protected:
std::vector<Type const*> decomposition() const override { return {m_baseType}; } std::vector<Type const*> decomposition() const override { return {m_baseType}; }
private: private:
/// String is interpreted as a subtype of Bytes.
enum class ArrayKind { Ordinary, Bytes, String }; enum class ArrayKind { Ordinary, Bytes, String };
bigint unlimitedStaticCalldataSize(bool _padded) const; bigint unlimitedStaticCalldataSize(bool _padded) const;