We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 137831d commit f3ad539Copy full SHA for f3ad539
docs/apidocs.yml
@@ -4,7 +4,7 @@ servers:
4
info:
5
title: tx-mining-service API
6
description: This service is used to resolving transactions before propagating them into the network
7
- version: 0.8.0
+ version: 0.8.1
8
paths:
9
/health-check:
10
get:
pyproject.toml
@@ -5,7 +5,7 @@
[tool.poetry]
name = "tx-mining-service"
-version = "0.8.0"
+version = "0.8.1"
description = "Service to mine transactions"
authors = ["Hathor Team <contact@hathor.network>"]
11
license = "MIT"
0 commit comments