Skip to content

Add descriptions for chain_stats and mempool_stats #96

Add descriptions for chain_stats and mempool_stats

Add descriptions for chain_stats and mempool_stats #96

Workflow file for this run

name: Rust
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose
- name: Install
run: cargo install --path .