hats-finance / hats-contracts

MIT License
38 stars 47 forks source link

Usually all setters must be protected with access control #540

Closed harshbarelia closed 1 month ago

harshbarelia commented 10 months ago

Function DappnodeSmoothingPool.submit report(uint64,bytes32) (contracts/DappnodeSmoothingPool.sol#367-447) is a non-protected setter lastConsolidatedSlot is written.

jellegerbrandy commented 1 month ago

this is not about our code