mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-16 17:03:46 +00:00
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:
parent
5f26bb832b
commit
2c1a0977a1
1 changed files with 2 additions and 2 deletions
|
|
@ -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({
|
||||
|
|
|
|||
Loading…
Reference in a new issue