Elastic-Finance-DAO / eefi_contracts

0 stars 0 forks source link

[EVT-02S] Inexistent Visibility Specifier #86

Open stalker474 opened 2 months ago

stalker474 commented 2 months ago

EVT-02S: Inexistent Visibility Specifier

Type Severity Location
Code Style ElasticVault.sol:L36

Description:

The linked variable has no visibility specifier explicitly set.

Example:

ITrader pending_trader;

Recommendation:

We advise one to be set so to avoid potential compilation discrepancies in the future as the current behaviour is for the compiler to assign one automatically which may deviate between pragma versions.