whisper: clean up and integrate topics
This commit is contained in:
@ -5,6 +5,6 @@ import "crypto/ecdsa"
|
||||
type Filter struct {
|
||||
To *ecdsa.PublicKey
|
||||
From *ecdsa.PublicKey
|
||||
Topics [][]byte
|
||||
Topics []Topic
|
||||
Fn func(*Message)
|
||||
}
|
||||
|
Reference in New Issue
Block a user