mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-08-29 15:11:09 +02:00
multi: make linter happy
Fix all the linter problems for the `v0.16.0-beta.rc3`.
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user