make jsre console accept both exp and eth cmds

This commit is contained in:
Franko 2016-05-18 21:48:06 -04:00
parent 41d77c8622
commit 02cc702d0f

View file

@ -2544,6 +2544,7 @@ function Web3 (provider) {
this._requestManager = new RequestManager(provider);
this.currentProvider = provider;
this.exp = new Exp(this);
this.eth = this.exp;
this.db = new DB(this);
this.shh = new Shh(this);
this.net = new Net(this);