Skip to content

remove setWithdrawer() and unused code(fix #2, #5, #6, #7, #8) #391

remove setWithdrawer() and unused code(fix #2, #5, #6, #7, #8)

remove setWithdrawer() and unused code(fix #2, #5, #6, #7, #8) #391

Workflow file for this run

name: Mythril Checks
on:
push:
jobs:
run-mythril:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
submodules: recursive
- name: StakingContract
uses: ./actions/mythril
id: staking-contract
with:
contract: './contracts/src/StakingContract'