mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-07-06 21:49:12 +02:00
channeldb: add a new ChainHash field to ChannelCloseSummary
This commit is contained in:
@ -1167,6 +1167,10 @@ type ChannelCloseSummary struct {
|
|||||||
// and is used as a unique identifier for the channel.
|
// and is used as a unique identifier for the channel.
|
||||||
ChanPoint wire.OutPoint
|
ChanPoint wire.OutPoint
|
||||||
|
|
||||||
|
// ChainHash is the hash of the genesis block that this channel resides
|
||||||
|
// within.
|
||||||
|
ChainHash chainhash.Hash
|
||||||
|
|
||||||
// ClosingTXID is the txid of the transaction which ultimately closed
|
// ClosingTXID is the txid of the transaction which ultimately closed
|
||||||
// this channel.
|
// this channel.
|
||||||
ClosingTXID chainhash.Hash
|
ClosingTXID chainhash.Hash
|
||||||
|
Reference in New Issue
Block a user