mirror of
https://github.com/sparrowwallet/sparrow.git
synced 2026-08-09 16:24:53 +00:00
fix cast to http proxy supplier
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
package com.sparrowwallet.sparrow.net;
|
||||
|
||||
import com.google.common.net.HostAndPort;
|
||||
import com.sparrowwallet.tern.http.client.TorHttpProxySupplier;
|
||||
|
||||
public class HttpProxySupplier extends com.sparrowwallet.tern.http.client.HttpProxySupplier {
|
||||
public class HttpProxySupplier extends TorHttpProxySupplier {
|
||||
public HttpProxySupplier(HostAndPort torProxy) {
|
||||
super(torProxy);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user