We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 50e43d2 + d9a18b0 commit d697c70Copy full SHA for d697c70
1 file changed
lib/electrum_client.js
@@ -1,7 +1,7 @@
1
const Client = require("./client")
2
class ElectrumClient extends Client{
3
- constructor(protocol, port, host, options){
4
- super(protocol, port, host, options)
+ constructor(port, host, protocol, options){
+ super(port, host, protocol, options)
5
}
6
onClose(){
7
super.onClose()
0 commit comments