lnrpc: add htlc index to ListChannels pending htlcs

This commit is contained in:
Joost Jager
2020-10-14 16:50:24 +02:00
parent d26001a69a
commit d13b813dbb
4 changed files with 783 additions and 764 deletions

View File

@@ -3577,6 +3577,7 @@ func createRPCOpenChannel(r *rpcServer, graph *channeldb.ChannelGraph,
Amount: int64(htlc.Amt.ToSatoshis()),
HashLock: rHash[:],
ExpirationHeight: htlc.RefundTimeout,
HtlcIndex: htlc.HtlcIndex,
}
// Add the Pending Htlc Amount to UnsettledBalance field.