Skip to content

Commit 1fc54d9

Browse files
ryanschneiderfjl
authored andcommitted
internal/web3ext: fix method name for enabling mutex profiling (#16964)
1 parent 8c4a7fa commit 1fc54d9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

internal/web3ext/web3ext.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -313,8 +313,8 @@ web3._extend({
313313
params: 2
314314
}),
315315
new web3._extend.Method({
316-
name: 'setMutexProfileRate',
317-
call: 'debug_setMutexProfileRate',
316+
name: 'setMutexProfileFraction',
317+
call: 'debug_setMutexProfileFraction',
318318
params: 1
319319
}),
320320
new web3._extend.Method({

0 commit comments

Comments
 (0)