|
@@ -139,7 +139,7 @@ class TelescopingExtendedHandler:
|
|
|
circhandler.circuit_descs.append(cell.snip)
|
|
|
|
|
|
|
|
|
- logging.warning("we may need another circhandler structure for snips")
|
|
|
+
|
|
|
if len(circhandler.circuit_descs) == 3:
|
|
|
|
|
|
return
|
|
@@ -288,7 +288,7 @@ class ClientChannelManager(relay.ChannelManager):
|
|
|
while True:
|
|
|
if self.guardaddr is None:
|
|
|
|
|
|
- logging.warning("Unimplemented! guard should be selected from any relays.")
|
|
|
+
|
|
|
self.guard = self.relaypicker.pick_weighted_relay()
|
|
|
|
|
|
self.guardaddr = self.guard.snipdict['addr']
|