internal: update web3.js to 0.18.1, embed deps with go-bindata (#3545)

This commit is contained in:
Péter Szilágyi
2017-01-12 22:28:35 +02:00
committed by Felix Lange
parent 3dab303826
commit 93077c98e4
6 changed files with 774 additions and 327 deletions

View File

@ -535,12 +535,6 @@ web3._extend({
call: 'personal_importRawKey',
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',