multi: fix linting errors

This commit is contained in:
Conner Fromknecht
2018-07-31 01:29:12 -07:00
parent 8beeeb1944
commit cf2c371042
18 changed files with 89 additions and 72 deletions

View File

@@ -1259,7 +1259,7 @@ func TestBreachSecondLevelTransfer(t *testing.T) {
// output is spent by a second level tx.
secondLvlTx := &wire.MsgTx{
TxOut: []*wire.TxOut{
&wire.TxOut{Value: 1},
{Value: 1},
},
}
notifier.Spend(htlcOutpoint, 2, secondLvlTx)