Updated on 2026-08-14

This commit is contained in:
Tangem 2019-04-04 15:27:14 +03:00
parent bed6098acb
commit e61bb892ae

View file

@ -325,6 +325,7 @@ public class ServerApiElectrum {
try {
Log.i(TAG, host + " " + port);
sslSocket = (SSLSocket) sf.createSocket(host, port);
sslSocket.setSoTimeout(3000);
try {
OutputStream os = sslSocket.getOutputStream();
OutputStreamWriter out = new OutputStreamWriter(os, "UTF-8");