40811abe45
Separates the swap transport initialization logic from the submarine payment tab logic so it can be used for the send change to lightning functionality too. Also makes the gui updates on transport establishment more thread safe by using pyqtSignals instead of calling gui methods from the asyncio thread.