From 958a591fedfe5f17643544d51fac9abcc82f7be0 Mon Sep 17 00:00:00 2001 From: Ryan Schneider Date: Tue, 12 Jun 2018 15:57:04 -0700 Subject: [PATCH] web3ext, debug: expose correct method name for enabling mutex profiling. --- internal/web3ext/web3ext.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/internal/web3ext/web3ext.go b/internal/web3ext/web3ext.go index 9d6ce8c6c8ac..89ebceec7c00 100644 --- a/internal/web3ext/web3ext.go +++ b/internal/web3ext/web3ext.go @@ -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({