diff --git a/lnwallet/channel.go b/lnwallet/channel.go index 34698927..2aba8a57 100644 --- a/lnwallet/channel.go +++ b/lnwallet/channel.go @@ -2251,6 +2251,7 @@ func (lc *LightningChannel) ReceiveHTLCSettle(preimage [32]byte, logIndex uint64 Amount: htlc.Amount, RPreimage: preimage, ParentIndex: htlc.Index, + RHash: htlc.RHash, Index: lc.remoteUpdateLog.logIndex, EntryType: Settle, }