Skip to content

Commit

Permalink
internal/web3ext: fix method name for enabling mutex profiling (ether…
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanschneider authored and firmianavan committed Aug 28, 2018
1 parent 39d97c7 commit 51506a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internal/web3ext/web3ext.go
Original file line number Diff line number Diff line change
Expand Up @@ -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({
Expand Down

0 comments on commit 51506a6

Please sign in to comment.