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

@@ -229,7 +229,7 @@ func (d *databaseChannelGraph) addRandChannel(node1, node2 *btcec.PublicKey,
MinHTLC: 1,
FeeBaseMSat: 10,
FeeProportionalMillionths: 10000,
Flags: 0,
Flags: 0,
}
if err := d.db.UpdateEdgePolicy(edgePolicy); err != nil {
@@ -243,7 +243,7 @@ func (d *databaseChannelGraph) addRandChannel(node1, node2 *btcec.PublicKey,
MinHTLC: 1,
FeeBaseMSat: 10,
FeeProportionalMillionths: 10000,
Flags: 1,
Flags: 1,
}
if err := d.db.UpdateEdgePolicy(edgePolicy); err != nil {
return nil, nil, err