rpcserver+sweep: fix linter re unused params

This commit is contained in:
yyforyongyu
2023-08-22 12:42:02 +08:00
committed by Olaoluwa Osuntokun
parent 24fa35ec80
commit 25d82fd62b
3 changed files with 6 additions and 9 deletions

View File

@@ -184,8 +184,7 @@ func CraftSweepAllTx(feeRate, maxFeeRate chainfee.SatPerKWeight,
blockHeight uint32, deliveryAddrs []DeliveryAddr,
changeAddr btcutil.Address, coinSelectLocker CoinSelectionLocker,
utxoSource UtxoSource, outpointLocker OutpointLocker,
feeEstimator chainfee.Estimator, signer input.Signer,
minConfs int32) (*WalletSweepPackage, error) {
signer input.Signer, minConfs int32) (*WalletSweepPackage, error) {
// TODO(roasbeef): turn off ATPL as well when available?