Whisper watches fixes

This commit is contained in:
obscuren
2014-12-16 19:55:57 +01:00
parent 93edae280d
commit 52b54631a4
6 changed files with 56 additions and 16 deletions

View File

@ -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: {