code-423n4 / 2022-05-velodrome-findings

0 stars 0 forks source link

QA Report #5

Open code423n4 opened 2 years ago

code423n4 commented 2 years ago

State Variable Visibility Not Set

Fix

It is best practice to explicitly set the visibility to one of internal, public, or private for state variables.

GalloDaSballo commented 2 years ago

Valid Low