diff --git a/teos/watcher.py b/teos/watcher.py index 1727ef8..ea899eb 100644 --- a/teos/watcher.py +++ b/teos/watcher.py @@ -263,6 +263,7 @@ class Watcher: return { "locator": appointment.locator, + "start_block": self.last_known_block, "signature": signature, "available_slots": available_slots, "subscription_expiry": self.gatekeeper.registered_users[user_id].subscription_expiry,