aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/mist
diff options
context:
space:
mode:
authorobscuren <geffobscura@gmail.com>2014-12-17 02:55:57 +0800
committerobscuren <geffobscura@gmail.com>2014-12-17 02:55:57 +0800
commit52b54631a47dfa46742635be178f2f8d33dd9f41 (patch)
tree5d99624cd5df30c9747039dd874559a974af9bdd /cmd/mist
parent93edae280d60d217084430a0c6c16f648c82732e (diff)
downloadgo-tangerine-52b54631a47dfa46742635be178f2f8d33dd9f41.tar
go-tangerine-52b54631a47dfa46742635be178f2f8d33dd9f41.tar.gz
go-tangerine-52b54631a47dfa46742635be178f2f8d33dd9f41.tar.bz2
go-tangerine-52b54631a47dfa46742635be178f2f8d33dd9f41.tar.lz
go-tangerine-52b54631a47dfa46742635be178f2f8d33dd9f41.tar.xz
go-tangerine-52b54631a47dfa46742635be178f2f8d33dd9f41.tar.zst
go-tangerine-52b54631a47dfa46742635be178f2f8d33dd9f41.zip
Whisper watches fixes
Diffstat (limited to 'cmd/mist')
-rw-r--r--cmd/mist/assets/qml/views/whisper.qml3
1 files changed, 2 insertions, 1 deletions
diff --git a/cmd/mist/assets/qml/views/whisper.qml b/cmd/mist/assets/qml/views/whisper.qml
index 631f1981e..b50841ba5 100644
--- a/cmd/mist/assets/qml/views/whisper.qml
+++ b/cmd/mist/assets/qml/views/whisper.qml
@@ -20,6 +20,8 @@ Rectangle {
Component.onCompleted: {
identity = shh.newIdentity()
console.log("New identity:", identity)
+
+ var t = shh.watch({topics: ["chat"]})
}
RowLayout {
@@ -35,7 +37,6 @@ Rectangle {
id: topics
placeholderText: "topic1, topic2, topic3, ..."
}
-
Button {
text: "Send"
onClicked: {