aboutsummaryrefslogtreecommitdiffstats
path: root/internal/web3ext/web3ext.go
diff options
context:
space:
mode:
authorPéter Szilágyi <peterke@gmail.com>2017-01-13 04:28:35 +0800
committerFelix Lange <fjl@users.noreply.github.com>2017-01-13 04:28:35 +0800
commit93077c98e43610122ad0933b20a44f04a8f4b6b2 (patch)
tree03ee3478a1e9f7b7ec31ea11039c210c978b0a05 /internal/web3ext/web3ext.go
parent3dab303826a4a6bcfe6c804daa947e704eaf9708 (diff)
downloadgo-tangerine-93077c98e43610122ad0933b20a44f04a8f4b6b2.tar
go-tangerine-93077c98e43610122ad0933b20a44f04a8f4b6b2.tar.gz
go-tangerine-93077c98e43610122ad0933b20a44f04a8f4b6b2.tar.bz2
go-tangerine-93077c98e43610122ad0933b20a44f04a8f4b6b2.tar.lz
go-tangerine-93077c98e43610122ad0933b20a44f04a8f4b6b2.tar.xz
go-tangerine-93077c98e43610122ad0933b20a44f04a8f4b6b2.tar.zst
go-tangerine-93077c98e43610122ad0933b20a44f04a8f4b6b2.zip
internal: update web3.js to 0.18.1, embed deps with go-bindata (#3545)
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,