mirror of
https://github.com/lightninglabs/loop.git
synced 2026-08-13 12:33:03 +02:00
sweepbatcher: rm unused field batchKit.returnChan
This commit is contained in:
parent
b7d3bc46f8
commit
78ca6bd069
2 changed files with 0 additions and 2 deletions
|
|
@ -319,7 +319,6 @@ type batchKit struct {
|
|||
primaryID wire.OutPoint
|
||||
sweeps map[wire.OutPoint]sweep
|
||||
rbfCache rbfCache
|
||||
returnChan chan SweepRequest
|
||||
wallet lndclient.WalletKitClient
|
||||
chainNotifier lndclient.ChainNotifierClient
|
||||
signerClient lndclient.SignerClient
|
||||
|
|
|
|||
|
|
@ -1207,7 +1207,6 @@ func (b *Batcher) newBatchConfig(maxTimeoutDistance int32) batchConfig {
|
|||
// newBatchKit creates new batch kit.
|
||||
func (b *Batcher) newBatchKit() batchKit {
|
||||
return batchKit{
|
||||
returnChan: b.sweepReqs,
|
||||
wallet: b.wallet,
|
||||
chainNotifier: b.chainNotifier,
|
||||
signerClient: b.signerClient,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue