Skip to content

change(mempool): Return verification result after attempting to insert transactions in the mempool #2461

change(mempool): Return verification result after attempting to insert transactions in the mempool

change(mempool): Return verification result after attempting to insert transactions in the mempool #2461

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"'