remove useless param
This commit is contained in:
parent
55bd69baa5
commit
eb0ccbe7cc
|
@ -265,7 +265,6 @@ class Blockchain {
|
||||||
if (self.contractsConfig.deployment.type === 'ws') {
|
if (self.contractsConfig.deployment.type === 'ws') {
|
||||||
options.headers = {
|
options.headers = {
|
||||||
'Sec-WebSocket-Version': 13,
|
'Sec-WebSocket-Version': 13,
|
||||||
'Sec-WebSocket-Key': 'h1wEoI9sbNmg4FR0OWRpKw==',
|
|
||||||
Connection: 'Upgrade',
|
Connection: 'Upgrade',
|
||||||
Upgrade: 'websocket',
|
Upgrade: 'websocket',
|
||||||
'Sec-WebSocket-Extensions': 'permessage-deflate; client_max_window_bits',
|
'Sec-WebSocket-Extensions': 'permessage-deflate; client_max_window_bits',
|
||||||
|
|
Loading…
Reference in New Issue