issues
search
compound-finance
/
compound-protocol
The Compound On-Chain Protocol
https://compound.finance/developers
BSD 3-Clause "New" or "Revised" License
1.89k
stars
1.21k
forks
source link
Several improvements on TimeLock.sol
#214
Open
AmazingAng
opened
2 years ago
AmazingAng
commented
2 years ago
Add in-queue check for cancelTransaction() in Timelock.sol
Delete import SafeMath, since SafeMath is no longer needed starting with Solidity 0.8.
Delete keyword "public" in the constructor.