mirror of
https://github.com/aljazceru/python-teos.git
synced 2025-12-17 14:14:22 +01:00
Reports the block hash to the responder on adding response
The responder can use the block hash to figure out whether or not he is on sync
This commit is contained in:
@@ -122,7 +122,7 @@ class Watcher:
|
||||
locator=locator, uuid=uuid)
|
||||
|
||||
self.responder.add_response(uuid, dispute_txid, justice_txid, justice_rawtx,
|
||||
self.appointments[uuid].end_time)
|
||||
self.appointments[uuid].end_time, block_hash)
|
||||
|
||||
# Delete the appointment
|
||||
appointment = self.appointments.pop(uuid)
|
||||
|
||||
Reference in New Issue
Block a user