contractcourt: specify deadline and budget for nursery

This commit is contained in:
yyforyongyu
2024-03-29 22:59:24 +08:00
parent 33abbe1942
commit 9c1e6941c3
9 changed files with 68 additions and 23 deletions

View File

@@ -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