whisper: polish the Envelope a bit, prep for tests.
This commit is contained in:
@ -18,7 +18,7 @@ func TestEvent(t *testing.T) {
|
||||
})
|
||||
|
||||
msg := NewMessage([]byte(fmt.Sprintf("Hello world. This is whisper-go. Incase you're wondering; the time is %v", time.Now())))
|
||||
envelope, err := msg.Wrap(DefaultPow, Options{
|
||||
envelope, err := msg.Wrap(DefaultProofOfWork, Options{
|
||||
TTL: DefaultTimeToLive,
|
||||
From: id,
|
||||
To: &id.PublicKey,
|
||||
|
Reference in New Issue
Block a user