Refactor storageSizeUpperBound.

This commit is contained in:
chriseth
2020-07-14 10:45:02 +02:00
parent 289fc7a9d0
commit f28bede34a
9 changed files with 63 additions and 59 deletions
@@ -83,6 +83,8 @@ private:
/// Warns if the contract has a payable fallback, but no receive ether function.
void checkPayableFallbackWithoutReceive(ContractDefinition const& _contract);
/// Error if the contract requires too much storage
void checkStorageSize(ContractDefinition const& _contract);
OverrideChecker m_overrideChecker;
langutil::ErrorReporter& m_errorReporter;