LBRY-Vault/electrum/gui
SomberNight adc3784bc2
network: allow mixed protocols among interfaces
Previously all the interfaces used either "t" or "s".
Now the network only tries to use "s" for all interfaces, except for
the main interface, which the user can manually specify to use "t".
(so e.g. if you run with "--server localhost:50002:t", the main server will use "t",
but all the rest will use "s")
2020-04-16 21:19:42 +02:00
..
icons BitBox02 Electrum plugin support 2020-04-12 15:34:37 +02:00
kivy Move callback manager out of Network class 2020-04-14 18:29:51 +02:00
qt network: allow mixed protocols among interfaces 2020-04-16 21:19:42 +02:00
__init__.py some import clean-up in qt 2018-09-25 18:15:28 +02:00
stdio.py Move callback manager out of Network class 2020-04-14 18:29:51 +02:00
text.py network: replace "server" strings with ServerAddr objects 2020-04-15 17:23:47 +02:00