mirror of
https://github.com/lightningnetwork/lnd.git
synced 2024-11-19 09:53:54 +01:00
lnrpc/routerrpc: make fmt on router backend test
This commit is contained in:
parent
7a718a401e
commit
f1677e7199
@ -49,7 +49,7 @@ func TestQueryRoutes(t *testing.T) {
|
||||
},
|
||||
},
|
||||
IgnoredNodes: [][]byte{ignoreNodeBytes},
|
||||
IgnoredEdges: []*lnrpc.EdgeLocator{&lnrpc.EdgeLocator{
|
||||
IgnoredEdges: []*lnrpc.EdgeLocator{{
|
||||
ChannelId: 555,
|
||||
DirectionReverse: true,
|
||||
}},
|
||||
|
Loading…
Reference in New Issue
Block a user