Skip to content

Commit f158a12

Browse files
committed
chore: clean up
Signed-off-by: yohanelly95 <[email protected]>
1 parent d189597 commit f158a12

File tree

2 files changed

+9
-10
lines changed

2 files changed

+9
-10
lines changed

.github/workflows/ci.yml

+9-9
Original file line numberDiff line numberDiff line change
@@ -51,15 +51,15 @@ jobs:
5151
run: |
5252
CI=true npm run scenarios
5353
54-
# lint:
55-
# runs-on: ubuntu-latest
56-
# needs: install_dependencies
57-
# steps:
58-
# - uses: bissolli/gh-action-persist-workspace@v2
59-
# with:
60-
# action: retrieve
61-
# - name: Run Lint
62-
# run: npm run lint
54+
# lint:
55+
# runs-on: ubuntu-latest
56+
# needs: install_dependencies
57+
# steps:
58+
# - uses: bissolli/gh-action-persist-workspace@v2
59+
# with:
60+
# action: retrieve
61+
# - name: Run Lint
62+
# run: npm run lint
6363

6464
coverage:
6565
runs-on: ubuntu-latest

contracts/Core/StakeManager.sol

-1
Original file line numberDiff line numberDiff line change
@@ -684,7 +684,6 @@ contract StakeManager is Initializable, StakeStorage, StateManager, Pause, Stake
684684
}
685685

686686
/**
687-
* @param stakerId Id of the staker for whom you want to get the maturity
688687
* @return maturity of staker
689688
*/
690689
function _getMaturity(uint32 stakerId) internal view returns (uint256) {

0 commit comments

Comments
 (0)