multi: update to go 1.11 gofmt

This commit is contained in:
Olaoluwa Osuntokun
2018-10-07 11:34:32 +09:00
parent 233246714d
commit d8e6085c17
7 changed files with 15 additions and 15 deletions

View File

@@ -78,7 +78,7 @@ func randEdgePolicy(chanID *lnwire.ShortChannelID,
MinHTLC: lnwire.MilliSatoshi(prand.Int31()),
FeeBaseMSat: lnwire.MilliSatoshi(prand.Int31()),
FeeProportionalMillionths: lnwire.MilliSatoshi(prand.Int31()),
Node: node,
Node: node,
}
}