good morning!!!!

Skip to content
Snippets Groups Projects
Commit 72d88780 authored by Felix Lange's avatar Felix Lange
Browse files

cmd/mist: always enable whisper

The default value of the Shh option is true, but cli can't
see it because it is not part of the mist options.
parent eb5e4302
No related branches found
No related tags found
No related merge requests found
......@@ -116,6 +116,7 @@ func run(ctx *cli.Context) {
// TODO: show qml popup instead of exiting if initialization fails.
cfg := utils.MakeEthConfig(ClientIdentifier, nodeNameVersion, ctx)
cfg.Shh = true
ethereum, err := eth.New(cfg)
if err != nil {
utils.Fatalf("%v", err)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment