Skip to content

nip86: fix wrong rpc name. #496

nip86: fix wrong rpc name.

nip86: fix wrong rpc name. #496

Workflow file for this run

name: test every commit
on:
- push
- pull_request
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: ./go.mod
- run: go test ./...