@@ -44,10 +44,6 @@ func testPsbtScriptHashLockSend(t *harnessTest) {
4444 // serve as the node which'll receive the assets.
4545 secondTapd := setupTapdHarness (
4646 t .t , t , t .lndHarness .Bob , t .universeServer ,
47- func (params * tapdHarnessParams ) {
48- params .startupSyncNode = t .tapd
49- params .startupSyncNumAssets = len (rpcAssets )
50- },
5147 )
5248 defer func () {
5349 require .NoError (t .t , secondTapd .stop (! * noDelete ))
@@ -170,10 +166,6 @@ func testPsbtScriptCheckSigSend(t *harnessTest) {
170166 // serve as the node which'll receive the assets.
171167 secondTapd := setupTapdHarness (
172168 t .t , t , t .lndHarness .Bob , t .universeServer ,
173- func (params * tapdHarnessParams ) {
174- params .startupSyncNode = t .tapd
175- params .startupSyncNumAssets = len (rpcAssets )
176- },
177169 )
178170 defer func () {
179171 require .NoError (t .t , secondTapd .stop (! * noDelete ))
@@ -315,10 +307,6 @@ func testPsbtNormalInteractiveFullValueSend(t *harnessTest) {
315307 // serve as the node which'll receive the assets.
316308 secondTapd := setupTapdHarness (
317309 t .t , t , t .lndHarness .Bob , t .universeServer ,
318- func (params * tapdHarnessParams ) {
319- params .startupSyncNode = t .tapd
320- params .startupSyncNumAssets = len (rpcAssets )
321- },
322310 )
323311 defer func () {
324312 require .NoError (t .t , secondTapd .stop (! * noDelete ))
@@ -366,10 +354,6 @@ func testPsbtGroupedInteractiveFullValueSend(t *harnessTest) {
366354 // serve as the node which'll receive the assets.
367355 secondTapd := setupTapdHarness (
368356 t .t , t , t .lndHarness .Bob , t .universeServer ,
369- func (params * tapdHarnessParams ) {
370- params .startupSyncNode = t .tapd
371- params .startupSyncNumAssets = len (rpcAssets )
372- },
373357 )
374358 defer func () {
375359 require .NoError (t .t , secondTapd .stop (! * noDelete ))
@@ -526,10 +510,6 @@ func testPsbtNormalInteractiveSplitSend(t *harnessTest) {
526510 // serve as the node which'll receive the assets.
527511 secondTapd := setupTapdHarness (
528512 t .t , t , t .lndHarness .Bob , t .universeServer ,
529- func (params * tapdHarnessParams ) {
530- params .startupSyncNode = t .tapd
531- params .startupSyncNumAssets = len (rpcAssets )
532- },
533513 )
534514 defer func () {
535515 require .NoError (t .t , secondTapd .stop (! * noDelete ))
@@ -577,10 +557,6 @@ func testPsbtGroupedInteractiveSplitSend(t *harnessTest) {
577557 // serve as the node which'll receive the assets.
578558 secondTapd := setupTapdHarness (
579559 t .t , t , t .lndHarness .Bob , t .universeServer ,
580- func (params * tapdHarnessParams ) {
581- params .startupSyncNode = t .tapd
582- params .startupSyncNumAssets = len (rpcAssets )
583- },
584560 )
585561 defer func () {
586562 require .NoError (t .t , secondTapd .stop (! * noDelete ))
@@ -735,10 +711,6 @@ func testPsbtInteractiveTapscriptSibling(t *harnessTest) {
735711 // serve as the node which'll receive the assets.
736712 secondTapd := setupTapdHarness (
737713 t .t , t , t .lndHarness .Bob , t .universeServer ,
738- func (p * tapdHarnessParams ) {
739- p .startupSyncNode = t .tapd
740- p .startupSyncNumAssets = len (rpcAssets )
741- },
742714 )
743715 defer func () {
744716 require .NoError (t .t , secondTapd .stop (! * noDelete ))
@@ -863,10 +835,6 @@ func testPsbtMultiSend(t *harnessTest) {
863835 // serve as the node which'll receive the assets.
864836 secondTapd := setupTapdHarness (
865837 t .t , t , t .lndHarness .Bob , t .universeServer ,
866- func (params * tapdHarnessParams ) {
867- params .startupSyncNode = t .tapd
868- params .startupSyncNumAssets = len (rpcAssets )
869- },
870838 )
871839 defer func () {
872840 require .NoError (t .t , secondTapd .stop (! * noDelete ))
0 commit comments