diff options
author | obscuren <geffobscura@gmail.com> | 2015-01-09 20:28:48 +0800 |
---|---|---|
committer | obscuren <geffobscura@gmail.com> | 2015-01-09 20:28:48 +0800 |
commit | c9f566269b39780accfb7632b94dd7635be2022b (patch) | |
tree | 13392afd9244021630c6cf4c623960c5594187a8 /ui/qt | |
parent | bfa12d75f8c845b85b01c806019b99fb88a79520 (diff) | |
download | go-tangerine-c9f566269b39780accfb7632b94dd7635be2022b.tar.gz go-tangerine-c9f566269b39780accfb7632b94dd7635be2022b.tar.zst go-tangerine-c9f566269b39780accfb7632b94dd7635be2022b.zip |
merged
Diffstat (limited to 'ui/qt')
-rw-r--r-- | ui/qt/qwhisper/whisper.go | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ui/qt/qwhisper/whisper.go b/ui/qt/qwhisper/whisper.go index 8a064c81c..62b68efaf 100644 --- a/ui/qt/qwhisper/whisper.go +++ b/ui/qt/qwhisper/whisper.go @@ -1,7 +1,6 @@ package qwhisper import ( - "fmt" "time" "github.com/ethereum/go-ethereum/crypto" @@ -42,7 +41,6 @@ func (self *Whisper) Post(payload []string, to, from string, topics []string, pr data = append(data, ethutil.Hex2Bytes(d)...) } - fmt.Println(payload, data, "from", from, fromHex(from), crypto.ToECDSA(fromHex(from))) msg := whisper.NewMessage(data) envelope, err := msg.Seal(time.Duration(priority*100000), whisper.Opts{ Ttl: time.Duration(ttl), |