We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
They can be declared private for gas savings, only creating view functions for external read.
https://github.com/sublime-finance/sublime-v1/blob/46536a6d25df4264c1b217bd3232af30355dcb95/contracts/PooledCreditLine/PooledCreditLine.sol#L34-L75
Declare these variables to private.
The text was updated successfully, but these errors were encountered:
rayn issue #47
b2b7d8b
Suggestion is valid
Sorry, something went wrong.
No branches or pull requests
Use private variables to save gas
They can be declared private for gas savings, only creating view functions for external read.
Proof of Concept
https://github.com/sublime-finance/sublime-v1/blob/46536a6d25df4264c1b217bd3232af30355dcb95/contracts/PooledCreditLine/PooledCreditLine.sol#L34-L75
Recommendation
Declare these variables to private.
The text was updated successfully, but these errors were encountered: