mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-19 02:12:23 +00:00
web3ext, debug: expose correct method name for enabling mutex profiling.
This commit is contained in:
parent
dea1ce052a
commit
958a591fed
1 changed files with 2 additions and 2 deletions
|
|
@ -313,8 +313,8 @@ web3._extend({
|
|||
params: 2
|
||||
}),
|
||||
new web3._extend.Method({
|
||||
name: 'setMutexProfileRate',
|
||||
call: 'debug_setMutexProfileRate',
|
||||
name: 'setMutexProfileFraction',
|
||||
call: 'debug_setMutexProfileFraction',
|
||||
params: 1
|
||||
}),
|
||||
new web3._extend.Method({
|
||||
|
|
|
|||
Loading…
Reference in a new issue