mirror of
https://github.com/PeernetOfficial/core.git
synced 2026-07-18 19:17:51 +01:00
Untangle connection from MessageRaw, paving the way for refactoring the message code into the protocol package.
This commit is contained in:
@@ -49,7 +49,6 @@ const (
|
||||
type MessageRaw struct {
|
||||
protocol.PacketRaw
|
||||
SenderPublicKey *btcec.PublicKey // Sender Public Key, ECDSA (secp256k1) 257-bit
|
||||
connection *Connection // Connection that received the packet
|
||||
sequence *sequenceExpiry // Sequence
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user