Merge pull request #14274 from ethereum/enable-access-to-foreign-events

This commit is contained in:
Nikola Matić
2023-05-26 13:49:13 +02:00
committed by GitHub
6 changed files with 40 additions and 10 deletions
+1 -1
View File
@@ -1261,7 +1261,7 @@ public:
FunctionTypePointer functionType(bool /*_internal*/) const override;
bool isVisibleInDerivedContracts() const override { return true; }
bool isVisibleViaContractTypeAccess() const override { return false; /* TODO */ }
bool isVisibleViaContractTypeAccess() const override { return true; }
EventDefinitionAnnotation& annotation() const override;