Skip to content

fix: system trx processing if it was only 1 trx in the block. fix trx… #615

fix: system trx processing if it was only 1 trx in the block. fix trx…

fix: system trx processing if it was only 1 trx in the block. fix trx… #615

Workflow file for this run

name: Lint project
on: [push]
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: Check out source code
uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version-file: "go.mod"
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: v1.55.2
args: --timeout=3m