whisper: Update the name of setMinimumPoW to setMinPoW

There remains an issue with the current version of `web3.js` that still
contains references to unimplemented functions like `addToGroup` or
`newIdentity`. These have been fixed in the ethereum/web3.js repo, and
will be fixed when that file is updated.
This commit is contained in:
Guillaume Ballet 2017-09-07 14:49:17 +02:00
parent 5f26bb832b
commit 2c1a0977a1

View file

@ -537,8 +537,8 @@ web3._extend({
params: 1
}),
new web3._extend.Method({
name: 'setMinimumPoW',
call: 'shh_setMinimumPoW',
name: 'setMinPoW',
call: 'shh_setMinPoW',
params: 1
}),
new web3._extend.Method({