Closed smartcontracts closed 6 years ago
[chore]
We have a few unnecessary or missing imports/variables throughout the project.
Links to the offending snippets below:
Math.sol seems to be an unnecessary import: https://github.com/omisego/plasma-mvp/blob/da40c2ccce7e7a06c7d30ecae211834d1e2dc2b2/plasma/root_chain/contracts/RootChain/RootChain.sol#L3
Math.sol
recentBlock isn’t used anywhere: https://github.com/omisego/plasma-mvp/blob/da40c2ccce7e7a06c7d30ecae211834d1e2dc2b2/plasma/root_chain/contracts/RootChain/RootChain.sol#L38
recentBlock
ByteUtils is used but never imported: https://github.com/omisego/plasma-mvp/blob/4b119a80dd20e2dd8bb4b4cb2dda67d3b88d6f40/plasma/root_chain/contracts/RootChain/RootChain.sol#L138
ByteUtils
Closed by #72
[chore]
We have a few unnecessary or missing imports/variables throughout the project.
Links to the offending snippets below:
Math.sol
seems to be an unnecessary import: https://github.com/omisego/plasma-mvp/blob/da40c2ccce7e7a06c7d30ecae211834d1e2dc2b2/plasma/root_chain/contracts/RootChain/RootChain.sol#L3recentBlock
isn’t used anywhere: https://github.com/omisego/plasma-mvp/blob/da40c2ccce7e7a06c7d30ecae211834d1e2dc2b2/plasma/root_chain/contracts/RootChain/RootChain.sol#L38ByteUtils
is used but never imported: https://github.com/omisego/plasma-mvp/blob/4b119a80dd20e2dd8bb4b4cb2dda67d3b88d6f40/plasma/root_chain/contracts/RootChain/RootChain.sol#L138