protocol/contracts/BkdLocker.sol:173 * @dev This does not invlude the gov. tokens queued for withdrawal. // typo - include
protocol/contracts/tokenomics/FeeBurner.sol:29 event Burned(address targetLpToken, uint256 amountBurned); // Emmited after a successfull burn to target lp token // typo - successful
protocol/contracts/tokenomics/FeeBurner.sol:84 // Transfering LP tokens back to sender // typo -Transferring
N02 - Open TODO
protocol/contracts/tokenomics/InflationManager.sol:532 //TOOD: See if this is still needed somewhere
N03 - More readable numbers
Numbers like 100000000 could be set 100_000_000 for more readability:
N01 - Typos
N02 - Open TODO
N03 - More readable numbers
Numbers like 100000000 could be set 100_000_000 for more readability: