@@ -1064,19 +1064,18 @@ func newServer(cfg *Config, listenAddrs []net.Addr,
1064
1064
)
1065
1065
1066
1066
s .sweeper = sweep .New (& sweep.UtxoSweeperConfig {
1067
- FeeEstimator : cc .FeeEstimator ,
1068
- GenSweepScript : newSweepPkScriptGen (cc .Wallet ),
1069
- Signer : cc .Wallet .Cfg .Signer ,
1070
- Wallet : newSweeperWallet (cc .Wallet ),
1071
- TickerDuration : cfg .Sweeper .BatchWindowDuration ,
1072
- Mempool : cc .MempoolNotifier ,
1073
- Notifier : cc .ChainNotifier ,
1074
- Store : sweeperStore ,
1075
- MaxInputsPerTx : sweep .DefaultMaxInputsPerTx ,
1076
- MaxSweepAttempts : sweep .DefaultMaxSweepAttempts ,
1077
- NextAttemptDeltaFunc : sweep .DefaultNextAttemptDeltaFunc ,
1078
- MaxFeeRate : cfg .Sweeper .MaxFeeRate ,
1079
- Aggregator : aggregator ,
1067
+ FeeEstimator : cc .FeeEstimator ,
1068
+ GenSweepScript : newSweepPkScriptGen (cc .Wallet ),
1069
+ Signer : cc .Wallet .Cfg .Signer ,
1070
+ Wallet : newSweeperWallet (cc .Wallet ),
1071
+ TickerDuration : cfg .Sweeper .BatchWindowDuration ,
1072
+ Mempool : cc .MempoolNotifier ,
1073
+ Notifier : cc .ChainNotifier ,
1074
+ Store : sweeperStore ,
1075
+ MaxInputsPerTx : sweep .DefaultMaxInputsPerTx ,
1076
+ MaxSweepAttempts : sweep .DefaultMaxSweepAttempts ,
1077
+ MaxFeeRate : cfg .Sweeper .MaxFeeRate ,
1078
+ Aggregator : aggregator ,
1080
1079
})
1081
1080
1082
1081
s .utxoNursery = contractcourt .NewUtxoNursery (& contractcourt.NurseryConfig {
0 commit comments