eth/api: rename signAndSendTransaction to sendTransaction

This commit is contained in:
Bas van Kervel
2016-07-15 10:43:32 +02:00
parent fb81bc3291
commit 4ee00b2309
2 changed files with 10 additions and 4 deletions

View File

@ -418,8 +418,8 @@ web3._extend({
params: 2
}),
new web3._extend.Method({
name: 'signAndSendTransaction',
call: 'personal_signAndSendTransaction',
name: 'sendTransaction',
call: 'personal_sendTransaction',
params: 2,
inputFormatter: [web3._extend.formatters.inputTransactionFormatter, null]
})