mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-09-20 04:21:37 +02:00
contractcourt+server: make IncubateOutputs take broadcastHeight
This commit is contained in:
@@ -105,7 +105,7 @@ type ChainArbitratorConfig struct {
|
||||
// absolute/relative item block.
|
||||
IncubateOutputs func(wire.OutPoint, *lnwallet.CommitOutputResolution,
|
||||
*lnwallet.OutgoingHtlcResolution,
|
||||
*lnwallet.IncomingHtlcResolution) error
|
||||
*lnwallet.IncomingHtlcResolution, uint32) error
|
||||
|
||||
// PreimageDB is a global store of all known pre-images. We'll use this
|
||||
// to decide if we should broadcast a commitment transaction to claim
|
||||
|
Reference in New Issue
Block a user