We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bdcae0b + 892f05d commit 46f7899Copy full SHA for 46f7899
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.15.0
+ version: 0.15.1
8
paths:
9
/health-check:
10
get:
pyproject.toml
@@ -5,7 +5,7 @@
[tool.poetry]
name = "tx-mining-service"
-version = "0.15.0"
+version = "0.15.1"
package-mode = false
description = "Service to mine transactions"
11
authors = ["Hathor Team <contact@hathor.network>"]
0 commit comments