eth: add chaindbProperty to debug API
This commit is contained in:
@ -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',
|
||||
|
Reference in New Issue
Block a user