eth: add chaindbProperty to debug API

This commit is contained in:
Felix Lange
2016-02-20 14:36:34 +01:00
parent 05e257c22c
commit bcd8aeefdd
2 changed files with 24 additions and 0 deletions

View File

@ -295,6 +295,12 @@ web3._extend({
call: 'debug_dumpBlock',
params: 1
}),
new web3._extend.Method({
name: 'chaindbProperty',
call: 'debug_chaindbProperty',
params: 1,
outputFormatter: console.log
}),
new web3._extend.Method({
name: 'metrics',
call: 'debug_metrics',