mirror of
https://github.com/RoboSats/robosats.git
synced 2025-01-31 02:21: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) {
|
if (state.isInternetReachable) {
|
||||||
try {
|
try {
|
||||||
daemonStatus = await torClient.daemon.getDaemonStatus();
|
daemonStatus = await torClient.daemon.getDaemonStatus();
|
||||||
if (daemonStatus === 'NOTINIT') {
|
} catch { }
|
||||||
await torClient.reset();
|
|
||||||
return sendTorStatus();
|
|
||||||
}
|
|
||||||
} catch {
|
|
||||||
await torClient.reset();
|
|
||||||
return sendTorStatus();
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
injectMessage({
|
injectMessage({
|
||||||
|
Loading…
Reference in New Issue
Block a user