internal/ethapi: add debug.chaindbCompact
This commit is contained in:
@ -337,6 +337,10 @@ web3._extend({
|
||||
params: 1,
|
||||
outputFormatter: console.log
|
||||
}),
|
||||
new web3._extend.Method({
|
||||
name: 'chaindbCompact',
|
||||
call: 'debug_chaindbCompact',
|
||||
}),
|
||||
new web3._extend.Method({
|
||||
name: 'metrics',
|
||||
call: 'debug_metrics',
|
||||
|
Reference in New Issue
Block a user