diff --git a/breacharbiter_test.go b/breacharbiter_test.go index dcdb0f8d..986cfb2d 100644 --- a/breacharbiter_test.go +++ b/breacharbiter_test.go @@ -1580,9 +1580,6 @@ func createInitChannels(revocationWindow int) (*lnwallet.LightningChannel, *lnwa if err := channelAlice.State().SyncPending(addr, 101); err != nil { return nil, nil, nil, err } - if err := channelAlice.State().FullSync(); err != nil { - return nil, nil, nil, err - } addr = &net.TCPAddr{ IP: net.ParseIP("127.0.0.1"), @@ -1591,9 +1588,6 @@ func createInitChannels(revocationWindow int) (*lnwallet.LightningChannel, *lnwa if err := channelBob.State().SyncPending(addr, 101); err != nil { return nil, nil, nil, err } - if err := channelBob.State().FullSync(); err != nil { - return nil, nil, nil, err - } cleanUpFunc := func() { dbBob.Close()