mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-03-04 09:48:19 +01:00
htlcswitch: fix linter errors
This commit is contained in:
parent
2b2a3714c1
commit
90a03954b2
1 changed files with 1 additions and 1 deletions
|
@ -106,7 +106,7 @@ func TestChannelLinkSingleHopPayment(t *testing.T) {
|
||||||
n.firstBobChannelLink.ChanID()))
|
n.firstBobChannelLink.ChanID()))
|
||||||
}
|
}
|
||||||
|
|
||||||
var amount lnwire.MilliSatoshi = lnwire.NewMSatFromSatoshis(btcutil.SatoshiPerBitcoin)
|
amount := lnwire.NewMSatFromSatoshis(btcutil.SatoshiPerBitcoin)
|
||||||
htlcAmt, totalTimelock, hops := generateHops(amount, testStartingHeight,
|
htlcAmt, totalTimelock, hops := generateHops(amount, testStartingHeight,
|
||||||
n.firstBobChannelLink)
|
n.firstBobChannelLink)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue