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