We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Here (https://geth.ethereum.org/docs/interface/command-line-options) I can see that --shh flag exists, under geth v1.9.19-stable-3e064192
--shh
geth v1.9.19-stable-3e064192
WHISPER (EXPERIMENTAL) OPTIONS: --shh Enable Whisper
But on the geth v1.10.1-stable-c2d2f4ed ; --shh does not exist, is it completely removed?
geth v1.10.1-stable-c2d2f4ed
The text was updated successfully, but these errors were encountered:
https://ethereum.stackexchange.com/a/95003/4575
Whisper-related flags were removed in Geth v1.10.0 (see the release notes, here) in issue #22421. However, Whisper itself was removed earlier, in v1.9.21 (release notes, here).
Whisper-related flags were removed in Geth v1.10.0 (see the release notes, here) in issue #22421.
However, Whisper itself was removed earlier, in v1.9.21 (release notes, here).
Sorry, something went wrong.
No branches or pull requests
Here (https://geth.ethereum.org/docs/interface/command-line-options) I can see that
--shh
flag exists, undergeth v1.9.19-stable-3e064192
But on the
geth v1.10.1-stable-c2d2f4ed
;--shh
does not exist, is it completely removed?The text was updated successfully, but these errors were encountered: