aboutsummaryrefslogtreecommitdiffstats
path: root/rpc/api/debug_js.go
diff options
context:
space:
mode:
Diffstat (limited to 'rpc/api/debug_js.go')
-rw-r--r--rpc/api/debug_js.go12
1 files changed, 6 insertions, 6 deletions
diff --git a/rpc/api/debug_js.go b/rpc/api/debug_js.go
index 0eb9f97f1..03755ada0 100644
--- a/rpc/api/debug_js.go
+++ b/rpc/api/debug_js.go
@@ -25,37 +25,37 @@ web3._extend({
name: 'printBlock',
call: 'debug_printBlock',
params: 1,
- inputFormatter: [web3._extend.formatters.inputBlockNumberFormatter]
+ inputFormatter: [null]
}),
new web3._extend.Method({
name: 'getBlockRlp',
call: 'debug_getBlockRlp',
params: 1,
- inputFormatter: [web3._extend.formatters.inputBlockNumberFormatter]
+ inputFormatter: [null]
}),
new web3._extend.Method({
name: 'setHead',
call: 'debug_setHead',
params: 1,
- inputFormatter: [web3._extend.formatters.inputBlockNumberFormatter]
+ inputFormatter: [null]
}),
new web3._extend.Method({
name: 'processBlock',
call: 'debug_processBlock',
params: 1,
- inputFormatter: [web3._extend.formatters.inputBlockNumberFormatter]
+ inputFormatter: [null]
}),
new web3._extend.Method({
name: 'seedHash',
call: 'debug_seedHash',
params: 1,
- inputFormatter: [web3._extend.formatters.inputBlockNumberFormatter]
+ inputFormatter: [null]
}),
new web3._extend.Method({
name: 'dumpBlock',
call: 'debug_dumpBlock',
params: 1,
- inputFormatter: [web3._extend.formatters.inputBlockNumberFormatter]
+ inputFormatter: [null]
}),
new web3._extend.Method({
name: 'metrics',