We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7d3bc4 commit 78ca6bdCopy full SHA for 78ca6bd
sweepbatcher/sweep_batch.go
@@ -319,7 +319,6 @@ type batchKit struct {
319
primaryID wire.OutPoint
320
sweeps map[wire.OutPoint]sweep
321
rbfCache rbfCache
322
- returnChan chan SweepRequest
323
wallet lndclient.WalletKitClient
324
chainNotifier lndclient.ChainNotifierClient
325
signerClient lndclient.SignerClient
sweepbatcher/sweep_batcher.go
@@ -1207,7 +1207,6 @@ func (b *Batcher) newBatchConfig(maxTimeoutDistance int32) batchConfig {
1207
// newBatchKit creates new batch kit.
1208
func (b *Batcher) newBatchKit() batchKit {
1209
return batchKit{
1210
- returnChan: b.sweepReqs,
1211
wallet: b.wallet,
1212
chainNotifier: b.chainNotifier,
1213
signerClient: b.signerClient,
0 commit comments