Rename field sequence in MessageRaw due to name collision in PacketRaw

This commit is contained in:
Kleissner
2021-10-17 19:42:19 +02:00
parent 77579a8866
commit be7b596551
3 changed files with 17 additions and 16 deletions

View File

@@ -49,7 +49,7 @@ const (
type MessageRaw struct {
protocol.PacketRaw
SenderPublicKey *btcec.PublicKey // Sender Public Key, ECDSA (secp256k1) 257-bit
sequence *sequenceExpiry // Sequence
SequenceInfo *SequenceExpiry // Sequence
}
// MessageAnnouncement is the decoded announcement message.