mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-26 14:46:42 +00:00
internal/web3ext: Remove extraneous 'get'
This commit is contained in:
parent
57935425fd
commit
34c0fd1a59
1 changed files with 1 additions and 1 deletions
|
|
@ -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]
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue