mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-09-13 18:10:25 +02:00
contractcourt: specify deadline and budget for nursery
This commit is contained in:
@@ -364,7 +364,7 @@ func createTestChannelArbitrator(t *testing.T, log ArbitratorLog,
|
||||
IncubateOutputs: func(wire.OutPoint,
|
||||
fn.Option[lnwallet.OutgoingHtlcResolution],
|
||||
fn.Option[lnwallet.IncomingHtlcResolution],
|
||||
uint32) error {
|
||||
uint32, fn.Option[int32]) error {
|
||||
|
||||
incubateChan <- struct{}{}
|
||||
return nil
|
||||
|
Reference in New Issue
Block a user