Skip to content

Fix wallet load error on incomplete gettransaction (Failed to load utxos, IndexError: list index out of range) #7271

Fix wallet load error on incomplete gettransaction (Failed to load utxos, IndexError: list index out of range)

Fix wallet load error on incomplete gettransaction (Failed to load utxos, IndexError: list index out of range) #7271

Workflow file for this run

name: Black Python Linter
on: [push,pull_request]
jobs:
black:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
# This version should match what you can find in .pre-commit-config.yaml
- uses: psf/black@22.3.0 # https://black.readthedocs.io/en/stable/integrations/github_actions.html
with:
options: "--check --verbose"
src: "./src"
version: "22.3.0"