mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2024-12-23 11:59:30 +00:00
remove redundant check
This commit is contained in:
parent
9965d793bd
commit
8b42b36825
1 changed files with 6 additions and 8 deletions
|
@ -53,7 +53,6 @@ abstract class HTTP {
|
|||
}) async {
|
||||
final httpClient = HttpClient();
|
||||
try {
|
||||
if (routeOverTor) {
|
||||
if (routeOverTor) {
|
||||
SocksTCPClient.assignToHttpClient(httpClient, [
|
||||
ProxySettings(
|
||||
|
@ -62,7 +61,6 @@ abstract class HTTP {
|
|||
),
|
||||
]);
|
||||
}
|
||||
}
|
||||
final HttpClientRequest request = await httpClient.postUrl(
|
||||
url,
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue