Skip to content

fix(network): Respond to getheaders requests with a maximum of 160 block headers #2184

fix(network): Respond to getheaders requests with a maximum of 160 block headers

fix(network): Respond to getheaders requests with a maximum of 160 block headers #2184

Workflow file for this run

name: Lint
on:
pull_request:
jobs:
clippy:
name: Clippy
runs-on: ubuntu-latest
steps:
- run: 'echo "No build required"'
fmt:
name: Rustfmt
runs-on: ubuntu-latest
steps:
- run: 'echo "No build required"'