Fixed "to" field
This commit is contained in:
@ -12,6 +12,8 @@ type Message struct {
|
||||
Signature []byte
|
||||
Payload []byte
|
||||
Sent int64
|
||||
|
||||
To *ecdsa.PublicKey
|
||||
}
|
||||
|
||||
func NewMessage(payload []byte) *Message {
|
||||
|
Reference in New Issue
Block a user