Updated on 2026-08-14
This commit is contained in:
parent
5e85d1b871
commit
8683cc5eab
4 changed files with 44 additions and 0 deletions
|
|
@ -61,6 +61,8 @@ public class ElectrumTask extends AsyncTask<ElectrumRequest, Integer, List<Elect
|
|||
socket.setSoTimeout(5000);
|
||||
socket.bind(new InetSocketAddress(0));
|
||||
socket.connect(new InetSocketAddress(serverAddress, Port));
|
||||
// Log.i("effefefe", Host);
|
||||
// Log.i("effefefe", String.valueOf(Port));
|
||||
try {
|
||||
OutputStream os = socket.getOutputStream();
|
||||
out = new OutputStreamWriter(os, "UTF-8");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue