added shh back in

This commit is contained in:
obscuren
2015-01-05 17:12:52 +01:00
parent 66b05433b6
commit f16810c48e
4 changed files with 10 additions and 3 deletions

View File

@ -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"))