htlcswitch: fix linter errors

This commit is contained in:
Olaoluwa Osuntokun 2017-08-22 01:05:32 -07:00
parent 2b2a3714c1
commit 90a03954b2
No known key found for this signature in database
GPG key ID: 9CC5B105D03521A2

View file

@ -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)