internal/web3ext: fix method name for enabling mutex profiling (#16964)

This commit is contained in:
Ryan Schneider 2018-06-13 08:10:20 -04:00 committed by Felix Lange
parent 8c4a7fa8d3
commit 1fc54d92ec
1 changed files with 2 additions and 2 deletions

View File

@ -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({