make debug a default api option
This commit is contained in:
parent
cd5ce085bf
commit
5b1eeab7ed
|
@ -126,8 +126,8 @@ class GethCommands {
|
|||
mainCommand(address, done) {
|
||||
let self = this;
|
||||
let config = this.config;
|
||||
let rpc_api = (this.config.rpcApi || ['eth', 'web3', 'net']);
|
||||
let ws_api = (this.config.wsApi || ['eth', 'web3', 'net']);
|
||||
let rpc_api = (this.config.rpcApi || ['eth', 'web3', 'net', 'debug']);
|
||||
let ws_api = (this.config.wsApi || ['eth', 'web3', 'net', 'debug']);
|
||||
|
||||
let args = [];
|
||||
|
||||
|
|
Loading…
Reference in New Issue