mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-10-03 21:03:06 +02:00
channeldb: include extra data in htlc clone function
This commit is contained in:
@@ -2440,6 +2440,7 @@ func (h *HTLC) Copy() HTLC {
|
||||
}
|
||||
copy(clone.Signature[:], h.Signature)
|
||||
copy(clone.RHash[:], h.RHash[:])
|
||||
copy(clone.ExtraData, h.ExtraData)
|
||||
|
||||
return clone
|
||||
}
|
||||
|
Reference in New Issue
Block a user