()
| 113 | return; |
| 114 | } |
| 115 | const sync = () => setElectrumConnected(BlueElectrum.isConnected()); |
| 116 | sync(); |
| 117 | const unsubscribe = BlueElectrum.subscribeConnectionState(sync); |
| 118 | // Kick off an initial probe so the header pill reflects reality after mount. |
no outgoing calls
no test coverage detected