This commit is contained in:
obscuren
2015-01-09 13:28:48 +01:00
parent bfa12d75f8
commit c9f566269b
3 changed files with 0 additions and 5 deletions

View File

@ -2,7 +2,6 @@ package whisper
import (
"crypto/ecdsa"
"fmt"
"time"
"github.com/ethereum/go-ethereum/crypto"
@ -54,7 +53,6 @@ type Opts struct {
}
func (self *Message) Seal(pow time.Duration, opts Opts) (*Envelope, error) {
fmt.Println(opts)
if opts.From != nil {
err := self.sign(opts.From)
if err != nil {