mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-30 08:51:32 +00:00
init socket
This commit is contained in:
parent
37af22cc6f
commit
cfae601d4b
1 changed files with 1 additions and 0 deletions
1
peers
1
peers
|
@ -3,6 +3,7 @@
|
|||
from electrum import TcpStratumInterface
|
||||
|
||||
i = TcpStratumInterface('ecdsa.org', 50001)
|
||||
i.init_socket()
|
||||
i.start()
|
||||
i.send([('server.peers.subscribe',[])])
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue