mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-16 17:03:46 +00:00
whisper: web3ext public key method name now matches that of web3.js
This commit is contained in:
parent
78cd11427c
commit
e1b9559773
1 changed files with 1 additions and 1 deletions
|
|
@ -605,7 +605,7 @@ web3._extend({
|
|||
params: 1
|
||||
}),
|
||||
new web3._extend.Method({
|
||||
name: 'publicKey',
|
||||
name: 'getPublicKey',
|
||||
call: 'shh_getPublicKey',
|
||||
params: 1
|
||||
}),
|
||||
|
|
|
|||
Loading…
Reference in a new issue