mirror of
https://github.com/aljazceru/breez-lnd.git
synced 2025-12-18 14:44:22 +01:00
lnd: fix gofmt warnings
This commit is contained in:
committed by
Olaoluwa Osuntokun
parent
8fb54782e2
commit
f2843dd4c9
@@ -159,7 +159,7 @@ func (b *bobNode) signFundingTx(fundingTx *wire.MsgTx) ([]*lnwallet.InputScript,
|
||||
|
||||
inputValue := int64(7e8)
|
||||
hashCache := txscript.NewTxSigHashes(fundingTx)
|
||||
for i, _ := range fundingTx.TxIn {
|
||||
for i := range fundingTx.TxIn {
|
||||
// Alice has already signed this input.
|
||||
if fundingTx.TxIn[i].Witness != nil {
|
||||
continue
|
||||
|
||||
Reference in New Issue
Block a user