aboutsummaryrefslogtreecommitdiffstats
path: root/internal/web3ext/web3ext.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/web3ext/web3ext.go')
-rw-r--r--internal/web3ext/web3ext.go6
1 files changed, 0 insertions, 6 deletions
diff --git a/internal/web3ext/web3ext.go b/internal/web3ext/web3ext.go
index ce50d3634..12bdb6996 100644
--- a/internal/web3ext/web3ext.go
+++ b/internal/web3ext/web3ext.go
@@ -536,12 +536,6 @@ web3._extend({
params: 2
}),
new web3._extend.Method({
- name: 'sendTransaction',
- call: 'personal_sendTransaction',
- params: 2,
- inputFormatter: [web3._extend.formatters.inputTransactionFormatter, null]
- }),
- new web3._extend.Method({
name: 'sign',
call: 'personal_sign',
params: 3,