- removed onionrdaemontools (split into many files, mostly into communicatorutils)
- removed included secrets.py since 3.6 is required now anyways
This commit is contained in:
parent
3d93a37d0c
commit
64944f6f7c
14 changed files with 247 additions and 518 deletions
|
@ -80,5 +80,5 @@ def announce_node(daemon):
|
|||
retData = True
|
||||
daemon._core.setAddressInfo(peer, 'introduced', 1)
|
||||
daemon._core.setAddressInfo(peer, 'powValue', data['random'])
|
||||
daemon.decrementThreadCount('announceNode')
|
||||
daemon.decrementThreadCount('announce_node')
|
||||
return retData
|
Loading…
Add table
Add a link
Reference in a new issue