Skip to content

Handle a case where priorityFee > maxFee in the task loop #517

Handle a case where priorityFee > maxFee in the task loop

Handle a case where priorityFee > maxFee in the task loop #517

Workflow file for this run

name: Smart Node Build
on:
push:
tags:
- v*
branches:
- master
- main
pull_request:
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version: 1.21.8
- run: cd ${GITHUB_WORKSPACE}/rocketpool-cli && go build .
- run: cd ${GITHUB_WORKSPACE}/rocketpool && go build .