Skip to content

nip44: some more refactors and fix max length case. #501

nip44: some more refactors and fix max length case.

nip44: some more refactors and fix max length case. #501

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 ./...