aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/mist/gui.go
diff options
context:
space:
mode:
authorobscuren <geffobscura@gmail.com>2015-01-06 00:12:52 +0800
committerobscuren <geffobscura@gmail.com>2015-01-06 00:12:52 +0800
commitf16810c48e7cb753844d6eea1a68361fc1539389 (patch)
treeae5c101adcb000c9e8030eb1108b8dae37bb55e5 /cmd/mist/gui.go
parent66b05433b6c87a6d31d9508e3e930e5199dbfcde (diff)
downloadgo-tangerine-f16810c48e7cb753844d6eea1a68361fc1539389.tar
go-tangerine-f16810c48e7cb753844d6eea1a68361fc1539389.tar.gz
go-tangerine-f16810c48e7cb753844d6eea1a68361fc1539389.tar.bz2
go-tangerine-f16810c48e7cb753844d6eea1a68361fc1539389.tar.lz
go-tangerine-f16810c48e7cb753844d6eea1a68361fc1539389.tar.xz
go-tangerine-f16810c48e7cb753844d6eea1a68361fc1539389.tar.zst
go-tangerine-f16810c48e7cb753844d6eea1a68361fc1539389.zip
added shh back in
Diffstat (limited to 'cmd/mist/gui.go')
-rw-r--r--cmd/mist/gui.go2
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"))