mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-25 14:16:44 +00:00
make jsre console accept both exp and eth cmds
This commit is contained in:
parent
41d77c8622
commit
02cc702d0f
1 changed files with 1 additions and 0 deletions
|
|
@ -2544,6 +2544,7 @@ function Web3 (provider) {
|
||||||
this._requestManager = new RequestManager(provider);
|
this._requestManager = new RequestManager(provider);
|
||||||
this.currentProvider = provider;
|
this.currentProvider = provider;
|
||||||
this.exp = new Exp(this);
|
this.exp = new Exp(this);
|
||||||
|
this.eth = this.exp;
|
||||||
this.db = new DB(this);
|
this.db = new DB(this);
|
||||||
this.shh = new Shh(this);
|
this.shh = new Shh(this);
|
||||||
this.net = new Net(this);
|
this.net = new Net(this);
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue