Skip to content

Bug Fix: fix unsigned underflow in per-block net calculation #1234

Bug Fix: fix unsigned underflow in per-block net calculation

Bug Fix: fix unsigned underflow in per-block net calculation #1234

Workflow file for this run

name: Docker Build
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
- name: Build the Docker image
run: docker build -t decred/dcrdata:$(date +%s) .