diff options
author | obscuren <geffobscura@gmail.com> | 2015-01-06 00:12:52 +0800 |
---|---|---|
committer | obscuren <geffobscura@gmail.com> | 2015-01-06 00:12:52 +0800 |
commit | f16810c48e7cb753844d6eea1a68361fc1539389 (patch) | |
tree | ae5c101adcb000c9e8030eb1108b8dae37bb55e5 /cmd/mist/gui.go | |
parent | 66b05433b6c87a6d31d9508e3e930e5199dbfcde (diff) | |
download | dexon-f16810c48e7cb753844d6eea1a68361fc1539389.tar.gz dexon-f16810c48e7cb753844d6eea1a68361fc1539389.tar.zst dexon-f16810c48e7cb753844d6eea1a68361fc1539389.zip |
added shh back in
Diffstat (limited to 'cmd/mist/gui.go')
-rw-r--r-- | cmd/mist/gui.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/mist/gui.go b/cmd/mist/gui.go index 8e533d977..9efec6527 100644 --- a/cmd/mist/gui.go +++ b/cmd/mist/gui.go @@ -112,7 +112,7 @@ func (gui *Gui) Start(assetPath string) { // Expose the eth library and the ui library to QML context.SetVar("gui", gui) context.SetVar("eth", gui.uiLib) - //context.SetVar("shh", gui.whisper) + context.SetVar("shh", gui.whisper) // Load the main QML interface data, _ := ethutil.Config.Db.Get([]byte("KeyRing")) |