diff --git a/lnwallet/channel.go b/lnwallet/channel.go index 837f05cb..367e0407 100644 --- a/lnwallet/channel.go +++ b/lnwallet/channel.go @@ -1564,6 +1564,7 @@ func (lc *LightningChannel) logUpdateToPayDesc(logUpdate *channeldb.LogUpdate, pd = &PaymentDescriptor{ Amount: ogHTLC.Amount, + RHash: ogHTLC.RHash, RPreimage: wireMsg.PaymentPreimage, LogIndex: logUpdate.LogIndex, ParentIndex: ogHTLC.HtlcIndex,