internal/ethapi: add debug.chaindbCompact

This commit is contained in:
Felix Lange
2016-10-20 14:36:48 +02:00
parent f2ae2f7eef
commit 66ee2dec53
2 changed files with 23 additions and 0 deletions

View File

@ -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',