forked from cerc-io/plugeth
internal/web3ext: fix method name for enabling mutex profiling (#16964)
This commit is contained in:
parent
8c4a7fa8d3
commit
1fc54d92ec
@ -313,8 +313,8 @@ web3._extend({
|
|||||||
params: 2
|
params: 2
|
||||||
}),
|
}),
|
||||||
new web3._extend.Method({
|
new web3._extend.Method({
|
||||||
name: 'setMutexProfileRate',
|
name: 'setMutexProfileFraction',
|
||||||
call: 'debug_setMutexProfileRate',
|
call: 'debug_setMutexProfileFraction',
|
||||||
params: 1
|
params: 1
|
||||||
}),
|
}),
|
||||||
new web3._extend.Method({
|
new web3._extend.Method({
|
||||||
|
Loading…
Reference in New Issue
Block a user