We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65d71f2 commit a855408Copy full SHA for a855408
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