aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/mist/assets/qml/views
diff options
context:
space:
mode:
authorobscuren <geffobscura@gmail.com>2014-12-22 21:59:52 +0800
committerobscuren <geffobscura@gmail.com>2014-12-22 21:59:52 +0800
commite32f7baa0d5d949a84a3b29c57220f837eae356a (patch)
treee72da9048605b8b3aa1679f1371cdc32d15b185f /cmd/mist/assets/qml/views
parent60b1f9629cf422c4ea2244f673b90553407f1276 (diff)
downloadgo-tangerine-e32f7baa0d5d949a84a3b29c57220f837eae356a.tar
go-tangerine-e32f7baa0d5d949a84a3b29c57220f837eae356a.tar.gz
go-tangerine-e32f7baa0d5d949a84a3b29c57220f837eae356a.tar.bz2
go-tangerine-e32f7baa0d5d949a84a3b29c57220f837eae356a.tar.lz
go-tangerine-e32f7baa0d5d949a84a3b29c57220f837eae356a.tar.xz
go-tangerine-e32f7baa0d5d949a84a3b29c57220f837eae356a.tar.zst
go-tangerine-e32f7baa0d5d949a84a3b29c57220f837eae356a.zip
Concat and pad data
Diffstat (limited to 'cmd/mist/assets/qml/views')
-rw-r--r--cmd/mist/assets/qml/views/whisper.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/mist/assets/qml/views/whisper.qml b/cmd/mist/assets/qml/views/whisper.qml
index ffe391666..56c4f1b07 100644
--- a/cmd/mist/assets/qml/views/whisper.qml
+++ b/cmd/mist/assets/qml/views/whisper.qml
@@ -52,7 +52,7 @@ Rectangle {
Button {
text: "Send"
onClicked: {
- shh.post(eth.toHex(data.text), "", identity, topics.text.split(","), 500, 50)
+ shh.post([eth.toHex(data.text)], "", identity, topics.text.split(","), 500, 50)
}
}
}