API changed to use Pubkey only. Reflected that change in the rest of the api
This commit is contained in:
@ -3,7 +3,7 @@ package whisper
|
||||
import "crypto/ecdsa"
|
||||
|
||||
type Filter struct {
|
||||
To *ecdsa.PrivateKey
|
||||
To *ecdsa.PublicKey
|
||||
From *ecdsa.PublicKey
|
||||
Topics [][]byte
|
||||
Fn func(*Message)
|
||||
|
Reference in New Issue
Block a user