make debug a default api option

This commit is contained in:
Iuri Matias 2018-06-12 12:21:46 -04:00
parent cd5ce085bf
commit 5b1eeab7ed
1 changed files with 2 additions and 2 deletions

View File

@ -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 = [];