@bitcoinerlab/electrum-client
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -116,3 +116,2 @@ 'use strict'; | ||
const timeout = setTimeout(() => { | ||
this.conn.end(); | ||
reject(new Error("Connection timed out.")); | ||
@@ -147,3 +146,2 @@ }, TIMEOUT); | ||
const timeout = setTimeout(() => { | ||
this.conn.end(); | ||
reject(new Error("Connection timed out.")); | ||
@@ -150,0 +148,0 @@ }, TIMEOUT); |
{ | ||
"name": "@bitcoinerlab/electrum-client", | ||
"homepage": "https://github.com/bitcoinerlab/electrum-client", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "Electrum protocol client for React Native & Node.js", | ||
@@ -6,0 +6,0 @@ "main": "index.js", |
19766
494