shh_subscription added

This commit is contained in:
kaikun213 2017-07-27 15:48:49 +02:00
parent b13cd0d484
commit f245d66c8a
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ export default class Ws extends JsonRpcBase {
this._url = url;
this._token = token;
this._messages = {};
this._subscriptions = { 'eth_subscription': [], 'parity_subscription': [] };
this._subscriptions = { 'eth_subscription': [], 'parity_subscription': [], 'shh_subscription': [] };
this._sessionHash = null;
this._connecting = false;