Skip to content

fix: not fetching lightning when there is a : in the bip21 #477

fix: not fetching lightning when there is a : in the bip21

fix: not fetching lightning when there is a : in the bip21 #477

Workflow file for this run

name: "Tests"
on:
pull_request:
branches: [main]
jobs:
integration:
name: Tests
runs-on: ubuntu-latest
timeout-minutes: 15
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
- run: yarn install
- name: Run all tests
run: yarn test