Skip to content

feat(miner): no batch fee in PCD & lower batch balancer to 2 #1603

feat(miner): no batch fee in PCD & lower batch balancer to 2

feat(miner): no batch fee in PCD & lower batch balancer to 2 #1603

Workflow file for this run

name: Cargo audit
on:
push:
jobs:
security_audit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions-rs/audit-check@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}