mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-08-28 06:32:18 +02:00
contractcourt: handle writing BreachResolution in arbitrator log
This commit is contained in:
@@ -57,6 +57,11 @@ type RemoteUnilateralCloseInfo struct {
|
||||
CommitSet CommitSet
|
||||
}
|
||||
|
||||
// BreachResolution wraps the outpoint of the breached channel.
|
||||
type BreachResolution struct {
|
||||
FundingOutPoint wire.OutPoint
|
||||
}
|
||||
|
||||
// CommitSet is a collection of the set of known valid commitments at a given
|
||||
// instant. If ConfCommitKey is set, then the commitment identified by the
|
||||
// HtlcSetKey has hit the chain. This struct will be used to examine all live
|
||||
|
Reference in New Issue
Block a user