teos - Adds start_block to add_appointment response

This commit is contained in:
Sergi Delgado Segura
2020-05-21 19:39:42 +02:00
parent 708f2e1f3b
commit 76e4780f4c

View File

@@ -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,