whisper: web3ext public key method name now matches that of web3.js

This commit is contained in:
Guillaume Ballet 2017-09-19 12:02:10 +02:00
parent 78cd11427c
commit e1b9559773

View file

@ -605,7 +605,7 @@ web3._extend({
params: 1
}),
new web3._extend.Method({
name: 'publicKey',
name: 'getPublicKey',
call: 'shh_getPublicKey',
params: 1
}),