comment out unfinished function
at this point, it's just an idea
This commit is contained in:
parent
5fe7d320ab
commit
00efdfa4e2
|
@ -887,7 +887,7 @@ def wormhole(appid, relay_url, reactor, tor_manager=None, timing=None):
|
||||||
w._start()
|
w._start()
|
||||||
return w
|
return w
|
||||||
|
|
||||||
def wormhole_from_serialized(data, reactor, timing=None):
|
#def wormhole_from_serialized(data, reactor, timing=None):
|
||||||
timing = timing or DebugTiming()
|
# timing = timing or DebugTiming()
|
||||||
w = _Wormhole.from_serialized(data, reactor, timing)
|
# w = _Wormhole.from_serialized(data, reactor, timing)
|
||||||
return w
|
# return w
|
||||||
|
|
Loading…
Reference in New Issue
Block a user