Skip to content

fix transaction encoding in 32 bit environments, simplify parse string #7

fix transaction encoding in 32 bit environments, simplify parse string

fix transaction encoding in 32 bit environments, simplify parse string #7

Workflow file for this run

name: Main
on:
push:
branches:
- master
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Environment
run: |
rustup update stable
- name: Test
run: cargo test