New port numbers
[electrum-nvc.git] / gui / __init__.py
1 # To create a new GUI, please add its code to this directory.
2 # Two objects must be passed to the ElectrumGui: config and network
3 # The Wallet object is instanciated by the GUI
4
5 # Notifications about network events are sent to the GUI by using network.register_callback()