mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-17 01:13:45 +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
|
params: 1
|
||||||
}),
|
}),
|
||||||
new web3._extend.Method({
|
new web3._extend.Method({
|
||||||
name: 'setMinimumPoW',
|
name: 'setMinPoW',
|
||||||
call: 'shh_setMinimumPoW',
|
call: 'shh_setMinPoW',
|
||||||
params: 1
|
params: 1
|
||||||
}),
|
}),
|
||||||
new web3._extend.Method({
|
new web3._extend.Method({
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue