internal/web3ext: Remove extraneous 'get'

This commit is contained in:
Nick Johnson 2017-01-11 10:08:44 +00:00
parent 57935425fd
commit 34c0fd1a59

View file

@ -387,7 +387,7 @@ web3._extend({
inputFormatter: [null, null] inputFormatter: [null, null]
}), }),
new web3._extend.Method({ new web3._extend.Method({
name: 'getPreimage', name: 'preimage',
call: 'debug_preimage', call: 'debug_preimage',
params: 1, params: 1,
inputFormatter: [null] inputFormatter: [null]