Skip to content

CHIA-1226 Include the cost of the whole spend in get_conditions_from_spendbundle's return value #1520

CHIA-1226 Include the cost of the whole spend in get_conditions_from_spendbundle's return value

CHIA-1226 Include the cost of the whole spend in get_conditions_from_spendbundle's return value #1520

Workflow file for this run

name: Security audit
on:
pull_request:
branches:
- "**"
jobs:
security_audit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: cargo audit
run: cargo audit --ignore RUSTSEC-2023-0071