mirror of
https://github.com/logos-co/staking.git
synced 2025-02-13 02:56:31 +00:00
Because the `stakedToken` property is `immutable`, solhint recommends to make it in all caps. This commit changes the property to adhere to that rule and also makes the property private. To access the `stakedToken` there's now a `stakedToken()` function on the contract.