mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-05-03 23:02:55 +00:00
internal/web3ext: fix method name for enabling mutex profiling (#16964)
This commit is contained in:
parent
8c4a7fa8d3
commit
1fc54d92ec
1 changed files with 2 additions and 2 deletions
|
|
@ -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 a new issue