Cleanup
This commit is contained in:
parent
c84aea745a
commit
60bf99d151
1 changed files with 0 additions and 5 deletions
|
|
@ -905,11 +905,6 @@ class LXMRouter:
|
||||||
self.save_outbound_stamp_costs()
|
self.save_outbound_stamp_costs()
|
||||||
threading.Thread(target=self.save_outbound_stamp_costs, daemon=True).start()
|
threading.Thread(target=self.save_outbound_stamp_costs, daemon=True).start()
|
||||||
|
|
||||||
def get_wanted_inbound_peers(self):
|
|
||||||
# TODO: Implement/rethink.
|
|
||||||
# Probably not necessary anymore.
|
|
||||||
return None
|
|
||||||
|
|
||||||
def get_announce_app_data(self, destination_hash):
|
def get_announce_app_data(self, destination_hash):
|
||||||
if destination_hash in self.delivery_destinations:
|
if destination_hash in self.delivery_destinations:
|
||||||
delivery_destination = self.delivery_destinations[destination_hash]
|
delivery_destination = self.delivery_destinations[destination_hash]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue