We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fa5b228 + 2efe3fd commit 51d94bcCopy full SHA for 51d94bc
pyproject.toml
@@ -5,7 +5,7 @@
5
6
[tool.poetry]
7
name = "tx-mining-service"
8
-version = "0.16.1"
+version = "0.16.2"
9
package-mode = false
10
description = "Service to mine transactions"
11
authors = ["Hathor Team <contact@hathor.network>"]
txstratum/jobs.py
@@ -59,7 +59,7 @@ def __init__(
59
"""
60
self._tx: BaseTransaction = tx_or_block_from_bytes(data)
61
62
- self.uuid: bytes = self._tx.get_funds_hash()
+ self.uuid: bytes = self._tx.calculate_hash()
63
self.add_parents: bool = add_parents
64
self.propagate: bool = propagate
65
self.timeout: Optional[float] = timeout
0 commit comments