mirror of
https://github.com/RoboSats/robosats.git
synced 2025-01-18 12:11:35 +00:00
Revert catch on Tor Android connection (#287)
This commit is contained in:
parent
6ecf6b105d
commit
ded1bdb764
@ -119,14 +119,7 @@ const App = () => {
|
||||
if (state.isInternetReachable) {
|
||||
try {
|
||||
daemonStatus = await torClient.daemon.getDaemonStatus();
|
||||
if (daemonStatus === 'NOTINIT') {
|
||||
await torClient.reset();
|
||||
return sendTorStatus();
|
||||
}
|
||||
} catch {
|
||||
await torClient.reset();
|
||||
return sendTorStatus();
|
||||
}
|
||||
} catch { }
|
||||
}
|
||||
|
||||
injectMessage({
|
||||
|
Loading…
Reference in New Issue
Block a user