multi: make linter happy

Fix all the linter problems for the `v0.16.0-beta.rc3`.
This commit is contained in:
positiveblue
2023-03-11 23:01:34 -08:00
parent 840c939464
commit 4a0a15586b
5 changed files with 42 additions and 21 deletions

View File

@@ -482,7 +482,8 @@ func (l *LightningWallet) PublishTransaction(tx *wire.MsgTx,
const numConfs = 6
txConf, err := l.Cfg.Notifier.RegisterConfirmationsNtfn(
&txHash, tx.TxOut[0].PkScript, numConfs, uint32(bestHeight),
&txHash, tx.TxOut[0].PkScript, numConfs,
uint32(bestHeight),
)
if err != nil {
return