Skip to content

Commit 51d94bc

Browse files
Merge pull request #144 from HathorNetwork/dev
Release v0.16.2
2 parents fa5b228 + 2efe3fd commit 51d94bc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
[tool.poetry]
77
name = "tx-mining-service"
8-
version = "0.16.1"
8+
version = "0.16.2"
99
package-mode = false
1010
description = "Service to mine transactions"
1111
authors = ["Hathor Team <contact@hathor.network>"]

txstratum/jobs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ def __init__(
5959
"""
6060
self._tx: BaseTransaction = tx_or_block_from_bytes(data)
6161

62-
self.uuid: bytes = self._tx.get_funds_hash()
62+
self.uuid: bytes = self._tx.calculate_hash()
6363
self.add_parents: bool = add_parents
6464
self.propagate: bool = propagate
6565
self.timeout: Optional[float] = timeout

0 commit comments

Comments
 (0)