Skip to content

Commit

Permalink
Update subscribe.js
Browse files Browse the repository at this point in the history
  • Loading branch information
you21979 authored Jul 10, 2017
1 parent 9590ca5 commit ecd87fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/subscribe.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const ElectrumClient = require('..')
const sleep = (ms) => new Promise((resolve,_) => setTimeout(() => resolve(ms), ms))
const sleep = (ms) => new Promise((resolve,_) => setTimeout(() => resolve(), ms))

const main = async () => {
const ecl = new ElectrumClient(995, 'btc.smsys.me', 'tls')
Expand Down

0 comments on commit ecd87fe

Please sign in to comment.