Skip to content

Commit

Permalink
cmd/geth, internal, node, vendor: nuke geth monitor
Browse files Browse the repository at this point in the history
  • Loading branch information
karalabe committed Apr 5, 2019
1 parent 36f8111 commit 29bc982
Show file tree
Hide file tree
Showing 202 changed files with 11,566 additions and 55,196 deletions.
2 changes: 0 additions & 2 deletions cmd/geth/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -201,8 +201,6 @@ func init() {
copydbCommand,
removedbCommand,
dumpCommand,
// See monitorcmd.go:
monitorCommand,
// See accountcmd.go:
accountCommand,
walletCommand,
Expand Down
351 changes: 0 additions & 351 deletions cmd/geth/monitorcmd.go

This file was deleted.

7 changes: 1 addition & 6 deletions internal/web3ext/web3ext.go
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ web3._extend({
new web3._extend.Method({
name: 'testSignCliqueBlock',
call: 'debug_testSignCliqueBlock',
params: 2,
params: 2,
inputFormatters: [web3._extend.formatters.inputAddressFormatter, null],
}),
new web3._extend.Method({
Expand Down Expand Up @@ -262,11 +262,6 @@ web3._extend({
name: 'chaindbCompact',
call: 'debug_chaindbCompact',
}),
new web3._extend.Method({
name: 'metrics',
call: 'debug_metrics',
params: 1
}),
new web3._extend.Method({
name: 'verbosity',
call: 'debug_verbosity',
Expand Down
Loading

0 comments on commit 29bc982

Please sign in to comment.